mirror of
https://github.com/loyalpotato/potato-indexer.git
synced 2026-07-22 08:30:30 +00:00
upkeep: increase version to 1.4.0
This commit is contained in:
parent
9180a65b0e
commit
4dba2d2a03
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "potato-indexer",
|
||||
"name": "Potato Indexer",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.3.7",
|
||||
"description": "Allow generation of a content index based on your selection or of the whole file.",
|
||||
"author": "LoyalPotato",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "potato-indexer",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "Obsidian plugin to generate index based on your selection or of the whole file",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"1.1.0": "1.3.7",
|
||||
"1.1.1": "1.3.7",
|
||||
"1.2.0": "1.3.7",
|
||||
"1.3.0": "1.3.7"
|
||||
"1.3.0": "1.3.7",
|
||||
"1.4.0": "1.3.7"
|
||||
}
|
||||
Loading…
Reference in a new issue