diff --git a/manifest.json b/manifest.json index 6e77778..8f8e00b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paste-quote", "name": "Paste Quote", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "Helps with formatting and generating citations when pasting quotes from the clipboard.", "author": "Jacob Williams", diff --git a/package.json b/package.json index f2f3f8d..746e2a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-quote-plugin", - "version": "1.1.1", + "version": "1.2.0", "description": "Obsidian plugin that helps with formatting and generating citations when pasting quotes from the clipboard.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f7fb089..02524ed 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.2.0": "0.15.0" }