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/01/22 04:26:03 UTC

git commit: [app] Version 2.4.0rc1

Updated Branches:
  refs/heads/master 95bb86b3e -> c930c1e65


[app] Version 2.4.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/c930c1e6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/c930c1e6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/c930c1e6

Branch: refs/heads/master
Commit: c930c1e6522cd8d0ba2a8634153b18845aae5f2d
Parents: 95bb86b
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Mon Jan 21 19:25:10 2013 -0800
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Jan 21 19:25:10 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/c930c1e6/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 276cbf9..2eca156 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/c930c1e6/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 92b61be..a6a5ff3 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.3.0.js"></script>
+        <script type="text/javascript" src="cordova-2.4.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();