Set VERSION to 3.6.0 (via coho)
diff --git a/VERSION b/VERSION
index 86bab9c..40c341b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.0-dev
+3.6.0
diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version
index f935529..63a737d 100755
--- a/bin/templates/project/cordova/version
+++ b/bin/templates/project/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.5.0";
+var VERSION = "3.6.0";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index 4b97664..2574467 100644
--- a/package.json
+++ b/package.json
@@ -1,26 +1,35 @@
 {
-  "name": "cordova-firefoxos",
-  "version": "3.5.0",
-  "description": "cordova-firefoxos release",
-  "main": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-firefoxos.git"
-  },
-  "keywords": [
-    "cordova",
-    "firefoxos",
-    "apache"
-  ],
-  "dependencies": {
-    "shelljs": "^0.1.4",
-    "adm-zip": "0.4.4"
-  },
-  "author": "Apache Software Foundation",
-  "contributors": [
-      {"name": "James Long","email": "jlong@mozilla.com"},
-      {"name": "Herm Wong", "email": "hermanw@adobe.com"},
-      {"name": "Steve Gill", "email": "steveng@adobe.com"}
-  ],
-  "license": "Apache Version 2.0"
-}
+    "name": "cordova-firefoxos",
+    "version": "3.6.0",
+    "description": "cordova-firefoxos release",
+    "main": "bin/create",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-firefoxos.git"
+    },
+    "keywords": [
+        "cordova",
+        "firefoxos",
+        "apache"
+    ],
+    "dependencies": {
+        "shelljs": "^0.1.4",
+        "adm-zip": "0.4.4"
+    },
+    "author": "Apache Software Foundation",
+    "contributors": [
+        {
+            "name": "James Long",
+            "email": "jlong@mozilla.com"
+        },
+        {
+            "name": "Herm Wong",
+            "email": "hermanw@adobe.com"
+        },
+        {
+            "name": "Steve Gill",
+            "email": "steveng@adobe.com"
+        }
+    ],
+    "license": "Apache Version 2.0"
+}
\ No newline at end of file