diff --git a/manifest.json b/manifest.json index df1adef..c5397cb 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 9303554..2c0a0c4 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 3df2744..0130e77 100644 --- a/versions.json +++ b/versions.json @@ -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" }