From 337204a4a0a893e117d893f8a4136ec2022fafad Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Fri, 21 Feb 2025 13:20:08 -0800 Subject: [PATCH] Bump version to 1.3.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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" }