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/08/24 23:22:49 UTC

git commit: [app] Version 2.1.0rc1

Updated Branches:
  refs/heads/master 4dc90e05b -> 5518e358d


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

Branch: refs/heads/master
Commit: 5518e358d0bb31889a496d769e507eeecdf4fa94
Parents: 4dc90e0
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Aug 24 14:22:17 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Aug 24 14:22:17 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/5518e358/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index c67f877..2134034 100644
--- a/www/index.html
+++ b/www/index.html
@@ -33,7 +33,7 @@
                 <p class="status complete blink hide">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.0.0.js"></script>
+        <script type="text/javascript" src="cordova-2.1.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();