Skip to content

Commit

Permalink
Chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
itsonlyjames committed Oct 19, 2024
1 parent 914fc76 commit 83622da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,4 +10,4 @@
"GitHub Sponsor": "https://github.com/sponsors/itsonlyjames"
},
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 83622da

Please sign in to comment.