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/07/18 23:35:02 UTC

git commit: [app] Version 2.0.0

Updated Branches:
  refs/heads/hello-cordova 20bee9171 -> 61adf0516


[app] Version 2.0.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/61adf051
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/61adf051
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/61adf051

Branch: refs/heads/hello-cordova
Commit: 61adf0516a6e17c91d88cb0cb06cc5ef012445bd
Parents: 20bee91
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Jul 18 14:34:40 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 18 14:34:40 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-labs/blob/61adf051/www/config.xml
----------------------------------------------------------------------
diff --git a/www/config.xml b/www/config.xml
index 06eb8c2..a7e35db 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.9.0">
+        version   = "2.0.0">
     <name>Hello Cordova</name>
 
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/61adf051/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index c7dfca3..f5cf621 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="cordova-2.0.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();