Bump version to 1.3.1

This commit is contained in:
Jacob Williams 2025-02-21 13:20:08 -08:00
parent 998f69d095
commit 337204a4a0
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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