You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/01/04 02:01:05 UTC

spec commit: Updated version to 2.3.0

Updated Branches:
  refs/heads/master dbd91a50e -> 3c4a01cbd


Updated version to 2.3.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/3c4a01cb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/3c4a01cb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/3c4a01cb

Branch: refs/heads/master
Commit: 3c4a01cbd0ee67cd1d25805244f3a81a8dd17604
Parents: dbd91a5
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Jan 3 17:00:57 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Jan 3 17:00:57 2013 -0800

----------------------------------------------------------------------
 VERSION    |    2 +-
 cordova.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/3c4a01cb/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index bcf7441..276cbf9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0rc2
+2.3.0

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/3c4a01cb/cordova.js
----------------------------------------------------------------------
diff --git a/cordova.js b/cordova.js
index f9ea328..d5b29d8 100644
--- a/cordova.js
+++ b/cordova.js
@@ -19,7 +19,7 @@
  *
 */
 
-var VERSION='2.3.0rc2';
+var VERSION='2.3.0';
 var scripts = document.getElementsByTagName('script');
 var cordovaPath = scripts[scripts.length - 1].src.replace('cordova.js', 'cordova-'+VERSION+'.js');