version bump

This commit is contained in:
Jacob Williams 2025-02-05 11:00:09 -08:00
parent d8e09ee78b
commit 7c3302944c
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}