Try to fix problems with bumped versions

This commit is contained in:
Kris De Volder
2017-05-12 15:15:02 -07:00
parent ed3e0ea69d
commit 003cac4526
6 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
"displayName": "Spring Boot Java Support",
"description": "Provides validation, content assist, and more working with Spring Boot applications Java code",
"icon": "spring-boot-logo.png",
"version": "0.0.1",
"version": "0.0.6",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -36,7 +36,7 @@
},
"dependencies": {
"vscode-languageclient": "^3.2.0",
"commons-vscode": "^0.0.1"
"commons-vscode": "^0.0.6"
},
"devDependencies": {
"vsce": "^1.17.0",