bump version

This commit is contained in:
Jacob Williams 2025-02-05 09:22:14 -08:00
parent 7eb3d47612
commit bd7024bdae
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-paste-quote-plugin",
"name": "Paste Quote",
"version": "1.0.1",
"version": "1.1.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.0.1",
"version": "1.1.0",
"description": "Obsidian plugin that helps with formatting and generating citations when pasting quotes from the clipboard.",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
"1.0.1": "0.15.0",
"1.1.0": "0.15.0"
}