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/lib/version.js b/bin/templates/project/cordova/lib/version.js
index ac3bb54..63a737d 100755
--- a/bin/templates/project/cordova/lib/version.js
+++ b/bin/templates/project/cordova/lib/version.js
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.6.0-dev";
+var VERSION = "3.6.0";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index a03a21e..7a70239 100644
--- a/package.json
+++ b/package.json
@@ -1,59 +1,59 @@
 {
-  "name": "cordova-blackberry10",
-  "version": "3.5.0",
-  "description": "cordova-blackberry release",
-  "repository": {
-    "type":"git",
-    "url":"https://git-wip-us.apache.org/repos/asf/cordova-blackberry.git"
-  },
-  "author": "Apache Software Foundation",
-  "licenses": "Apache Version 2.0",
-  "keywords":[
-    "blackberry",
-    "apache",
-    "cordova"
-  ],
-  "engines": {
-    "node": ">=0.9.9"
-  },
-  "scripts": {
-    "test": "npm run jshint && npm run jasmine",
-    "jshint": "node_modules/grunt-cli/bin/grunt jshint --force",
-    "jasmine": "node_modules/grunt-cli/bin/grunt jasmine_node"
-  },
-  "dependencies": {
-    "jWorkflow": "0.8.0",
-    "commander": "0.5.2",
-    "localize": "*0.4.2",
-    "zip": "0.0.6",
-    "xml2js": "0.1.13",
-    "validator": "0.4.1",
-    "wrench": "1.4.4",
-    "shelljs":"0.2.6",
-    "exit": "0.1.1",
-    "elementtree": "0.1.5",
-    "prompt": "0.2.11",
-    "async": "0.2.9"
-  },
-  "bundledDependencies": [
-    "jWorkflow",
-    "commander",
-    "localize",
-    "zip",
-    "xml2js",
-    "validator",
-    "wrench",
-    "shelljs",
-    "exit",
-    "elementtree",
-    "prompt",
-    "async"
-  ],
-  "devDependencies": {
-    "grunt-contrib-jshint": "*",
-    "grunt-jasmine-node": "*",
-    "grunt-cli": "*",
-    "jasmine-node": "1.7.1"
-  },
-  "readmeFilename": "README.md"
-}
+    "name": "cordova-blackberry10",
+    "version": "3.6.0",
+    "description": "cordova-blackberry release",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-blackberry.git"
+    },
+    "author": "Apache Software Foundation",
+    "licenses": "Apache Version 2.0",
+    "keywords": [
+        "blackberry",
+        "apache",
+        "cordova"
+    ],
+    "engines": {
+        "node": ">=0.9.9"
+    },
+    "scripts": {
+        "test": "npm run jshint && npm run jasmine",
+        "jshint": "node_modules/grunt-cli/bin/grunt jshint --force",
+        "jasmine": "node_modules/grunt-cli/bin/grunt jasmine_node"
+    },
+    "dependencies": {
+        "jWorkflow": "0.8.0",
+        "commander": "0.5.2",
+        "localize": "*0.4.2",
+        "zip": "0.0.6",
+        "xml2js": "0.1.13",
+        "validator": "0.4.1",
+        "wrench": "1.4.4",
+        "shelljs": "0.2.6",
+        "exit": "0.1.1",
+        "elementtree": "0.1.5",
+        "prompt": "0.2.11",
+        "async": "0.2.9"
+    },
+    "bundledDependencies": [
+        "jWorkflow",
+        "commander",
+        "localize",
+        "zip",
+        "xml2js",
+        "validator",
+        "wrench",
+        "shelljs",
+        "exit",
+        "elementtree",
+        "prompt",
+        "async"
+    ],
+    "devDependencies": {
+        "grunt-contrib-jshint": "*",
+        "grunt-jasmine-node": "*",
+        "grunt-cli": "*",
+        "jasmine-node": "1.7.1"
+    },
+    "readmeFilename": "README.md"
+}
\ No newline at end of file