upkeep: increase version to 1.4.0

This commit is contained in:
David Ribeiro 2025-09-26 19:48:28 +01:00 committed by GitHub
parent 9180a65b0e
commit 4dba2d2a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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