CB-7383 Bump version to 3.6.1
diff --git a/VERSION b/VERSION
index 40c341b..9575d51 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.0
+3.6.1
diff --git a/bin/build/version b/bin/build/version
index f282d07..468a0ca 100755
--- a/bin/build/version
+++ b/bin/build/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.6.0";
+var VERSION = "3.6.1";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index 4f3cd62..2e6b334 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ubuntu",
-    "version": "3.6.0",
+    "version": "3.6.1",
     "description": "cordova-ubuntu release",
     "main": "bin/create",
     "repository": {
@@ -14,4 +14,4 @@
     ],
     "author": "Apache Software Foundation",
     "license": "Apache Version 2.0"
-}
\ No newline at end of file
+}