Update version to 0.1.2

This commit is contained in:
BoykoAlex
2018-01-17 15:58:39 -05:00
parent 851f5b29e5
commit f1fa29da8f
7 changed files with 28 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "boot-java",
"main": "./lib/main",
"version": "0.1.2",
"version": "0.1.3",
"description": "Spring Boot support for Atom",
"repository": "https://github.com/spring-projects/atom-boot-java",
"icon": "icon.png",
@@ -25,7 +25,7 @@
"dependencies": {
"atom-package-deps": "^4.6.0",
"download": "^6.2.5",
"pivotal-atom-languageclient-commons": "0.0.18"
"pivotal-atom-languageclient-commons": "0.0.19"
},
"devDependencies": {
"coffeelint": "^1.10.1"