You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/27 01:52:06 UTC

[6/12] update cordova-js to 2.3.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/d3cc114b/example/www/cordova-current.js
----------------------------------------------------------------------
diff --git a/example/www/cordova-current.js b/example/www/cordova-current.js
index 923e209..757ec67 100644
--- a/example/www/cordova-current.js
+++ b/example/www/cordova-current.js
@@ -1,7 +1,7 @@
 
 (function(){
 
-var VERSION = '2.2.0',
+var VERSION = '2.3.0',
     currentScript = 'cordova-' + VERSION + '.js',
     scripts = document.getElementsByTagName('script');