You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/06/22 20:42:32 UTC

[17/18] update version numbers

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/1a27acb0/framework/Cordova/Commands/Device.cs
----------------------------------------------------------------------
diff --git a/framework/Cordova/Commands/Device.cs b/framework/Cordova/Commands/Device.cs
index 325cc9a..8873c18 100644
--- a/framework/Cordova/Commands/Device.cs
+++ b/framework/Cordova/Commands/Device.cs
@@ -62,7 +62,7 @@ namespace WP7CordovaClassLib.Cordova.Commands
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "1.8.1";
+                return "1.9.0";
             }
         }