From 0f364c444311efe2f880867033ee94475941e725 Mon Sep 17 00:00:00 2001 From: Tim Hor Date: Wed, 24 May 2023 22:21:24 +1000 Subject: [PATCH] v1.14.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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" }