From 196930a21d640292fba481200489234a272220e1 Mon Sep 17 00:00:00 2001 From: k--kato Date: Fri, 22 Sep 2017 18:40:38 +0900 Subject: [PATCH] releasing v.0.2.14 --- package.json | 6 +++--- src/package-with-comment.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 93130ba..170d7ba 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.13", + "version": "0.2.14", "publisher": "k--kato", "engines": { - "vscode": "^1.12.0" + "vscode": "^1.16.0" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.", @@ -20,7 +20,7 @@ ], "dependencies": {}, "devDependencies": { - "vscode": "^1.1.4", + "vscode": "^1.1.5", "gulp": "~3.9.1", "gulp-cli": "~1.4.0", "gulp-strip-json-comments": "~2.1.0", diff --git a/src/package-with-comment.json b/src/package-with-comment.json index c699148..3298031 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,9 +1,9 @@ { "name": "intellij-idea-keybindings", - "version": "0.2.13", + "version": "0.2.14", "publisher": "k--kato", "engines": { - "vscode": "^1.12.0" + "vscode": "^1.16.0" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings, including for WebStorm, PyCharm, PHP Storm, etc.", @@ -20,7 +20,7 @@ ], "dependencies": {}, "devDependencies": { - "vscode": "^1.1.4", + "vscode": "^1.1.5", "gulp": "~3.9.1", "gulp-cli": "~1.4.0", "gulp-strip-json-comments": "~2.1.0",