You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/03/14 19:19:46 UTC

[1/2] git commit: Version 2.5.0rc1

Version 2.5.0rc1


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/874b2b87
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/874b2b87
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/874b2b87

Branch: refs/heads/master
Commit: 874b2b873a819cdcd9f6b00ed5019e557891c95d
Parents: 355cb8b
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Feb 20 11:21:24 2013 -0800
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Feb 20 11:21:24 2013 -0800

----------------------------------------------------------------------
 VERSION        |    2 +-
 www/index.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/874b2b87/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 197c4d5..aa0822f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/874b2b87/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index a6a5ff3..b8c0535 100644
--- a/www/index.html
+++ b/www/index.html
@@ -33,7 +33,7 @@
                 <p class="event received">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.4.0.js"></script>
+        <script type="text/javascript" src="cordova-2.5.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();