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/cordova/version b/bin/templates/cordova/version
index 0828627..63a737d 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -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/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index b15de97..117d597 100755
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -62,7 +62,7 @@
 
 
     public static final String TAG = "CordovaWebView";
-    public static final String CORDOVA_VERSION = "3.6.0-dev";
+    public static final String CORDOVA_VERSION = "3.6.0";
 
     private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
 
diff --git a/package.json b/package.json
index 440a3cc..c2bb92c 100644
--- a/package.json
+++ b/package.json
@@ -1,32 +1,32 @@
 {
-  "name": "cordova-amazon-fireos",
-  "version": "3.5.0",
-  "description": "cordova-amazon-fireos release",
-  "main": "bin/create",
-  "directories": {
-    "test": "test"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos.git"
-  },
-  "keywords": [
-    "amazon",
-    "fireos",
-    "apache",
-    "cordova"
-  ],
-  "scripts": {
-    "test": "jasmine-node --color spec"
-  },
-  "author": "Apache Software Foundation",
-  "license": "Apache version 2.0",
-  "dependencies": {
-    "q": "^0.9.0",
-    "shelljs": "^0.2.6"
-  },
-  "devDependencies": {
-    "jasmine-node": "~1",
-    "promise-matchers": "~0"
-  }
-}
+    "name": "cordova-amazon-fireos",
+    "version": "3.6.0",
+    "description": "cordova-amazon-fireos release",
+    "main": "bin/create",
+    "directories": {
+        "test": "test"
+    },
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos.git"
+    },
+    "keywords": [
+        "amazon",
+        "fireos",
+        "apache",
+        "cordova"
+    ],
+    "scripts": {
+        "test": "jasmine-node --color spec"
+    },
+    "author": "Apache Software Foundation",
+    "license": "Apache version 2.0",
+    "dependencies": {
+        "q": "^0.9.0",
+        "shelljs": "^0.2.6"
+    },
+    "devDependencies": {
+        "jasmine-node": "~1",
+        "promise-matchers": "~0"
+    }
+}
\ No newline at end of file