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 2012/11/21 22:29:49 UTC

git commit: [app] Version 2.3.0rc1

Updated Branches:
  refs/heads/master 726f99049 -> 9884dca74


[app] Version 2.3.0rc1


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

Branch: refs/heads/master
Commit: 9884dca741f5cfc99e5548147a2b56548cf3be23
Parents: 726f990
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Nov 21 13:29:22 2012 -0800
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Nov 21 13:29:22 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/9884dca7/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index ccbccc3..d2a7ed1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0
+2.3.0rc1

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