Skip to content

Commit

Permalink
releasing 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
k--kato committed Oct 27, 2016
1 parent 04db1de commit 12ba91a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 12ba91a

Please sign in to comment.