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/21 22:12:57 UTC

git commit: Version 2.6.0rc1

Updated Branches:
  refs/heads/2.6.x [created] 54fb5d63c
Updated Tags:  refs/tags/2.6.0rc1 [created] 54fb5d63c


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

Branch: refs/heads/2.6.x
Commit: 54fb5d63c2055fbe404ee6d9437d822af0f96c51
Parents: c033a6f
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Mar 21 14:12:13 2013 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Mar 21 14:12:13 2013 -0700

----------------------------------------------------------------------
 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/54fb5d63/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 437459c..f47de85 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0
+2.6.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/54fb5d63/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 6b53abc..4d39cf3 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.5.0.js"></script>
+        <script type="text/javascript" src="cordova-2.6.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();