Skip to content

Commit 7258399

Browse files
committed
1.3.2
1 parent 3f2aaa1 commit 7258399

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

manifest.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
"id": "copy-url-in-preview",
3-
"name": "Copy Image and URL in Preview",
4-
"version": "1.3.1",
5-
"minAppVersion": "0.14.8",
6-
"description": "Copy Image, Copy URL and Open PDF externally context menu in preview mode",
7-
"author": "NomarCub",
8-
"authorUrl": "https://github.com/NomarCub",
9-
"isDesktopOnly": false
10-
}
1+
{
2+
"id": "copy-url-in-preview",
3+
"name": "Copy Image and URL in Preview",
4+
"version": "1.3.2",
5+
"minAppVersion": "0.14.8",
6+
"description": "Copy Image, Copy URL and Open PDF externally context menu in preview mode",
7+
"author": "NomarCub",
8+
"authorUrl": "https://github.com/NomarCub",
9+
"isDesktopOnly": false
10+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copy-url-in-preview",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Copy Image, Copy URL and Open PDF externally context menu in preview mode for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
{
2-
"1.0.0": "0.11.13"
3-
}
1+
{
2+
"1.0.0": "0.11.13",
3+
"1.3.2": "0.14.8"
4+
}

0 commit comments

Comments
 (0)