Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timhor committed Jan 7, 2023
1 parent 8989f68 commit 746a824
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,8 +1,8 @@
{
"id": "obsidian-editor-shortcuts",
"name": "Code Editor Shortcuts",
"version": "1.10.0",
"minAppVersion": "0.14.6",
"version": "1.11.0",
"minAppVersion": "1.1.0",
"description": "Add keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text",
"author": "Tim Hor",
"authorUrl": "https://github.com/timhor",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-editor-shortcuts",
"version": "1.10.0",
"version": "1.11.0",
"description": "Add keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text",
"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 @@ -11,5 +11,6 @@
"1.7.0": "0.13.31",
"1.8.0": "0.14.6",
"1.9.0": "0.14.6",
"1.10.0": "0.14.6"
"1.10.0": "0.14.6",
"1.11.0": "1.1.0"
}

0 comments on commit 746a824

Please sign in to comment.