diff --git a/manifest.json b/manifest.json index aee8204..ab5210a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "easy-copy", "name": "Easy Copy", - "version": "1.3.3", + "version": "1.3.4", "minAppVersion": "0.15.0", "description": "Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading.", "author": "Moy", diff --git a/package.json b/package.json index c48bdd5..b97f350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.3.3", + "version": "1.3.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cbd61b2..ede0feb 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.3.0": "0.15.0", "1.3.1": "0.15.0", "1.3.2": "0.15.0", - "1.3.3": "0.15.0" + "1.3.3": "0.15.0", + "1.3.4": "0.15.0" }