diff --git a/package.json b/package.json index 2de6169..6a48b17 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "intellij-idea-keybindings", - "version": "0.1.6", + "version": "0.1.7", "publisher": "k--kato", "engines": { - "vscode": "1.5.x" + "vscode": "1.6.x" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings", @@ -20,7 +20,7 @@ ], "dependencies": {}, "devDependencies": { - "vscode": "^0.11.18", + "vscode": "^1.0.3", "gulp": "~3.9.1", "gulp-cli": "~1.2.2", "gulp-strip-json-comments": "~2.0.0", diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 0e57944..b12a45b 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,9 +1,9 @@ { "name": "intellij-idea-keybindings", - "version": "0.1.6", + "version": "0.1.7", "publisher": "k--kato", "engines": { - "vscode": "1.5.x" + "vscode": "1.6.x" }, "displayName": "IntelliJ IDEA Keybindings", "description": "Port of IntelliJ IDEA Keybindings", @@ -21,7 +21,7 @@ "dependencies": { }, "devDependencies": { - "vscode": "^0.11.18", + "vscode": "^1.0.3", "gulp": "~3.9.1", "gulp-cli": "~1.2.2", "gulp-strip-json-comments": "~2.0.0",