[app] Use Cordova 1.9.0.
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>
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();