Skip to content

Commit e58872f

Browse files
committed
1.4.0
1 parent cef41f4 commit e58872f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "copy-url-in-preview",
33
"name": "Copy Image and URL context menu",
4-
"version": "1.3.6",
4+
"version": "1.4.0",
55
"minAppVersion": "0.16.3",
66
"description": "Copy Image, Copy URL and Open PDF externally context menu in reading view (formerly preview mode)",
77
"author": "NomarCub",

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.6",
3+
"version": "1.4.0",
44
"description": "Copy Image, Copy URL and Open PDF externally context menu in reading view (formerly preview mode) for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.11.13",
33
"1.3.2": "0.14.8",
4-
"1.3.5": "0.15.4"
4+
"1.3.5": "0.15.4",
5+
"1.4.0": "0.16.3"
56
}

0 commit comments

Comments
 (0)