Updated version to 2.7.0
diff --git a/VERSION b/VERSION
index 59b7056..24ba9a3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.0rc1
+2.7.0
diff --git a/cordova.js b/cordova.js
index 53fb9ed..e4e406e 100644
--- a/cordova.js
+++ b/cordova.js
@@ -19,7 +19,7 @@
  *
 */
 
-var VERSION='2.7.0rc1';
+var VERSION='2.7.0';
 var PLAT;
 if (/Android/.exec(navigator.userAgent)) {
     PLAT = 'android';