diff --git a/manifest.json b/manifest.json index 482aa6b..3637379 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "potato-indexer", "name": "Potato Indexer", - "version": "1.0.2", + "version": "1.1.0", "minAppVersion": "1.3.7", "description": "Obsidian plugin to generate index based on your selection or of the whole file", "author": "LoyalPotato", diff --git a/package-lock.json b/package-lock.json index 7018383..d38551b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 444c85a..d8ddb14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "potato-indexer", - "version": "1.0.2", + "version": "1.1.0", "description": "Obsidian plugin to generate index based on your selection or of the whole file", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 87e6bbf..dcc362f 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "1.3.7", - "1.0.2": "1.3.7" + "1.0.2": "1.3.7", + "1.1.0": "1.3.7" } \ No newline at end of file