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/01 18:39:08 UTC

[11/48] git commit: [app] Use Cordova 1.9.0.

[app] Use Cordova 1.9.0.


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/091e3723
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/091e3723
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/091e3723

Branch: refs/heads/master
Commit: 091e3723ccc4f27b85985d186e379004ec2d878a
Parents: e68e28d
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Jul 18 14:03:00 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 18 14:03:00 2012 -0700

----------------------------------------------------------------------
 www/config.xml |    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/091e3723/www/config.xml
----------------------------------------------------------------------
diff --git a/www/config.xml b/www/config.xml
index db6714d..06eb8c2 100644
--- a/www/config.xml
+++ b/www/config.xml
@@ -2,7 +2,7 @@
 <widget xmlns     = "http://www.w3.org/ns/widgets"
         xmlns:gap = "http://phonegap.com/ns/1.0"
         id        = "io.cordova.hello-cordova"
-        version   = "1.0.0">
+        version   = "1.9.0">
     <name>Hello Cordova</name>
 
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/091e3723/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 3512f45..c7dfca3 100644
--- a/www/index.html
+++ b/www/index.html
@@ -15,7 +15,7 @@
                 <p class="status complete blink hide">Device is Ready</p>
             </div>
         </div>
-
+        <script type="text/javascript" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();