mirror of
https://github.com/brokensandals/obsidian-paste-quote-plugin.git
synced 2026-07-22 05:37:56 +00:00
Bump version to 1.3.1
This commit is contained in:
parent
998f69d095
commit
337204a4a0
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue