diff --git a/manifest.json b/manifest.json index ff3e4d2..aee8204 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "easy-copy", "name": "Easy Copy", - "version": "1.3.2", + "version": "1.3.3", "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 258563c..c48bdd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.3.2", + "version": "1.3.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 533c665..cbd61b2 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,7 @@ "1.2.1": "0.15.0", "1.2.2": "0.15.0", "1.3.0": "0.15.0", - "1.3.1": "0.15.0" + "1.3.1": "0.15.0", + "1.3.2": "0.15.0", + "1.3.3": "0.15.0" }