Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timhor committed May 24, 2023
1 parent e96c0f0 commit 0f364c4
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.13.1",
"version": "1.14.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",
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.13.1",
"version": "1.14.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 @@ -15,5 +15,6 @@
"1.11.0": "1.1.0",
"1.12.0": "1.1.0",
"1.13.0": "1.1.0",
"1.13.1": "1.1.0"
"1.13.1": "1.1.0",
"1.14.0": "1.1.0"
}

0 comments on commit 0f364c4

Please sign in to comment.