Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timhor committed Aug 30, 2022
1 parent 0b4a828 commit 5e841b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-editor-shortcuts",
"name": "Code Editor Shortcuts",
"version": "1.9.0",
"version": "1.10.0",
"minAppVersion": "0.14.6",
"description": "Add keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text",
"author": "Tim Hor",
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.9.0",
"version": "1.10.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 @@ -10,5 +10,6 @@
"1.6.0": "0.13.31",
"1.7.0": "0.13.31",
"1.8.0": "0.14.6",
"1.9.0": "0.14.6"
"1.9.0": "0.14.6",
"1.10.0": "0.14.6"
}

0 comments on commit 5e841b0

Please sign in to comment.