From 7c3302944cc1028649294c5ad1aa9d2de11e85f1 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Wed, 5 Feb 2025 11:00:09 -0800 Subject: [PATCH] version bump --- 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 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" }