Prepare 0.1.0 release

This commit is contained in:
hnagato 2014-03-10 20:55:48 +09:00
parent ab3e509f25
commit 9a2c676362
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
{ {
"name": "language-nginx", "name": "language-nginx",
"version": "0.0.0", "version": "0.1.0",
"description": "Syntax and snippet support for Nginx configuration files", "description": "Syntax and snippet support for Nginx configuration files",
"repository": "https://github.com/hnagato/atom-language-nginx", "repository": "https://github.com/hnagato/atom-language-nginx",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"atom": ">0.50.0" "atom": ">0.50.0"
}, },
"dependencies": { "dependencies": {}
}
} }