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

@@ -1,7 +1,7 @@
{
"name": "commons-vscode",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"description": "commons-vscode",
"license": "MIT",
"repository": "",

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",

View File

@@ -3,7 +3,7 @@
"displayName": "Spring Boot Application Properties Support",
"description": "Provides validation and content assist for Spring Boot application.properties and application.yml file",
"icon": "spring-boot-logo.png",
"version": "0.0.1",
"version": "0.0.6",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -38,7 +38,7 @@
},
"dependencies": {
"vscode-languageclient": "^3.2.0",
"commons-vscode": "^0.0.1"
"commons-vscode": "^0.0.6"
},
"devDependencies": {
"vsce": "^1.17.0",

View File

@@ -3,7 +3,7 @@
"displayName": "Concourse CI Pipeline Editor",
"description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files",
"icon": "icon.png",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -89,7 +89,7 @@
},
"dependencies": {
"vscode-languageclient": "^3.2.x",
"commons-vscode": "^0.0.1"
"commons-vscode": "^0.0.6"
},
"devDependencies": {
"vsce": "^1.17.0",

View File

@@ -3,7 +3,7 @@
"displayName": "Cloudfoundry Manifest YML Support",
"description": "Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.",
"icon": "icon.png",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -58,7 +58,7 @@
},
"dependencies": {
"vscode-languageclient": "^3.2.0",
"commons-vscode": "^0.0.1"
"commons-vscode": "^0.0.6"
},
"devDependencies": {
"vsce": "^1.17.0",

View File

@@ -3,7 +3,7 @@
"displayName": "Java Properties files Support",
"description": "Provides syntax highlighting for Java Properties files",
"icon": "icon.png",
"version": "0.0.1",
"version": "0.0.6",
"publisher": "pivotal",
"repository": {
"type": "git",