From 0e34ad549be7d14cb48ecbf23b0cad50f5075f40 Mon Sep 17 00:00:00 2001 From: Matthew Callis Date: Thu, 16 Apr 2015 09:51:38 -0700 Subject: [PATCH] Prepare 2.0.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index a18401c..67541ef --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "language-65asm", - "version": "1.0.0", + "version": "2.0.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",