diff --git a/manifest.json b/manifest.json index 5b14192..d3b9c4d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quick-open", "name": "Quick Select", - "version": "1.1.4", + "version": "1.1.5", "minAppVersion": "0.15.0", "description": "Quickly select items in any modal using keyboard shortcuts. Supercharge your workflow with fast, efficient item selection in Obsidian modals.", "author": "James Alexandre", @@ -10,4 +10,4 @@ "GitHub Sponsor": "https://github.com/sponsors/itsonlyjames" }, "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 2ee3347..d715d04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-quick-select", - "version": "1.1.4", + "version": "1.1.5", "description": "Allows the use of meta key plus number to quickly select and execute that item in any Obsidian modal", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7496dba..ee7a7f3 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.1": "0.15.0", "1.1.2": "0.15.0", "1.1.3": "0.15.0", - "1.1.4": "0.15.0" + "1.1.4": "0.15.0", + "1.1.5": "0.15.0" } \ No newline at end of file