Set VERSION to 3.6.3 (via coho)
diff --git a/VERSION b/VERSION
index 9575d51..4a788a0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.1
+3.6.3
diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version
index 0b6d7a8..47839bb 100755
--- a/bin/templates/project/cordova/version
+++ b/bin/templates/project/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.6.1";
+var VERSION = "3.6.3";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index 9ef7077..2f3e93e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-firefoxos",
-    "version": "3.6.1",
+    "version": "3.6.3",
     "description": "cordova-firefoxos release",
     "main": "bin/create",
     "repository": {
@@ -18,7 +18,7 @@
     },
     "bundledDependencies": [
         "shelljs",
-        "adm-zip"    
+        "adm-zip"
     ],
     "author": "Apache Software Foundation",
     "contributors": [
@@ -36,4 +36,4 @@
         }
     ],
     "license": "Apache Version 2.0"
-}
+}
\ No newline at end of file