Updated to 2.2.0
diff --git a/VERSION b/VERSION
index 8b6adce..ccbccc3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0rc2
+2.2.0
diff --git a/cordova.js b/cordova.js
index 2ededd3..40a2696 100644
--- a/cordova.js
+++ b/cordova.js
@@ -19,7 +19,7 @@
  *
 */
 
-var VERSION='2.2.0rc2';
+var VERSION='2.2.0';
 var scripts = document.getElementsByTagName('script');
 var cordovaPath = scripts[scripts.length - 1].src.replace('cordova.js', 'cordova-'+VERSION+'.js');