Bump version to 0.1.5

This commit is contained in:
Kris De Volder
2018-02-22 23:24:47 +00:00
parent efc0801d3e
commit 6fd38e61a5
24 changed files with 25 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "bosh-yaml",
"main": "./lib/main",
"version": "0.1.4",
"version": "0.1.5",
"description": "Provides validation and content assist for various Bosh configuration files",
"repository": "https://github.com/spring-projects/atom-bosh",
"icon": "icon.png",

View File

@@ -1,7 +1,7 @@
{
"name": "cf-manifest-yaml",
"main": "./lib/main",
"version": "0.1.4",
"version": "0.1.5",
"description": "Cloud Foundry Deployment Manifest YAML support for Atom",
"repository": "https://github.com/spring-projects/atom-cf-manifest-yaml",
"icon": "icon.png",

View File

@@ -1,7 +1,7 @@
{
"name": "concourse-pipeline-yaml",
"main": "./lib/main",
"version": "0.1.4",
"version": "0.1.5",
"description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files",
"repository": "https://github.com/spring-projects/atom-concourse",
"icon": "icon.png",
@@ -80,5 +80,4 @@
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "spring-boot",
"main": "./lib/main",
"version": "0.1.4",
"version": "0.1.5",
"description": "Spring Boot support for Atom",
"repository": "https://github.com/spring-projects/atom-spring-boot",
"icon": "icon.png",