diff --git a/manifest.json b/manifest.json index 065fb12..42309a3 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index bfeba14..0e5c1c2 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 42771a5..026f53f 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file