Skip to content

Commit 0a9509c

Browse files
committed
bump version to 1.3.0, extend descripton with pdf feature
1 parent dcea9e8 commit 0a9509c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "copy-url-in-preview",
33
"name": "Copy Image and URL in Preview",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"minAppVersion": "0.11.13",
6-
"description": "Copy Image and Copy URL context menu in preview mode",
6+
"description": "Copy Image, Copy URL and Open PDF externally context menu in preview mode",
77
"author": "NomarCub",
88
"authorUrl": "https://github.com/NomarCub",
99
"isDesktopOnly": false

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copy-url-in-preview",
3-
"version": "1.2.0",
4-
"description": "Copy Image and Copy URL context menu in preview mode for Obsidian (https://obsidian.md)",
3+
"version": "1.3.0",
4+
"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": {
77
"dev": "node esbuild.config.mjs",

0 commit comments

Comments
 (0)