diff --git a/manifest.json b/manifest.json index 0caf616..e1e405f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paste-quote", "name": "Paste Quote", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "1.8.7", "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 a5c774d..b707cf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-quote-plugin", - "version": "1.3.0", + "version": "1.3.1", "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 bb64752..046b41d 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.1.0": "1.8.7", "1.1.1": "1.8.7", "1.2.0": "1.8.7", - "1.3.0": "1.8.7" + "1.3.0": "1.8.7", + "1.3.1": "1.8.7" }