Bump v0.6.3.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 21 Oct 2013 08:54:13 +0000 (16:54 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 21 Oct 2013 10:22:16 +0000 (18:22 +0800)
common/atom_version.h
package.json

index f16b8bb..404abad 100644 (file)
@@ -7,7 +7,7 @@
 
 #define ATOM_MAJOR_VERSION 0
 #define ATOM_MINOR_VERSION 6
-#define ATOM_PATCH_VERSION 2
+#define ATOM_PATCH_VERSION 3
 
 #define ATOM_VERSION_IS_RELEASE 1
 
index 31c0bbe..22e6398 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name"    : "atom-shell",
-  "version" : "0.6.2",
+  "version" : "0.6.3",
 
   "devDependencies": {
     "coffee-script": "~1.6.3",