Prepare 0.1.0 release

This commit is contained in:
Matthew Callis 2014-03-01 19:09:59 -08:00
parent 3f4af69e67
commit ece3ad771e
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
{
"name": "language-65asm",
"version": "0.0.0",
"version": "0.1.0",
"description": "Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.",
"repository": "https://github.com/MatthewCallis/language-65asm",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
}
"dependencies": {}
}