diff --git a/manifest.json b/manifest.json index ce46ab9..51e0637 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 747d61a..98f1374 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index b6fafb5..9924976 100644 --- a/versions.json +++ b/versions.json @@ -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" }