Bump version of vscode extensions to 0.0.5

This commit is contained in:
Kris De Volder
2017-05-12 22:06:05 +00:00
parent e5e70c35c7
commit 7e0eb834e2
3 changed files with 15 additions and 12 deletions

View File

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

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.2",
"version": "0.0.5",
"publisher": "Pivotal",
"repository": {
"type": "git",
@@ -65,15 +65,18 @@
"configuration": "./yaml-support/language-configuration.json"
}
],
"grammars": [{
"language": "concourse-pipeline-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}, {
"language": "concourse-task-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}]
"grammars": [
{
"language": "concourse-pipeline-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
},
{
"language": "concourse-task-yaml",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}
]
},
"main": "./out/lib/Main",
"scripts": {

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.3",
"version": "0.0.5",
"publisher": "Pivotal",
"repository": {
"type": "git",