You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/07/19 11:05:03 UTC

git commit: [wp] updated Device.cs version to 3.0.0

Updated Branches:
  refs/heads/master 42c0eefd1 -> 3c5832d2c
Updated Tags:  refs/tags/3.0.0 [created] 3c5832d2c


[wp] updated Device.cs version to 3.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/3c5832d2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/3c5832d2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/3c5832d2

Branch: refs/heads/master
Commit: 3c5832d2cca354bb1309eef738a848e2d4b87e3e
Parents: 42c0eef
Author: Benn Mapes <be...@gmail.com>
Authored: Fri Jul 19 02:03:55 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Fri Jul 19 02:03:55 2013 -0700

----------------------------------------------------------------------
 src/wp/Device.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/3c5832d2/src/wp/Device.cs
----------------------------------------------------------------------
diff --git a/src/wp/Device.cs b/src/wp/Device.cs
index 8abb4ff..0d2576d 100644
--- a/src/wp/Device.cs
+++ b/src/wp/Device.cs
@@ -73,7 +73,7 @@ namespace WPCordovaClassLib.Cordova.Commands
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "0.0.0";
+                return "3.0.0";
             }
         }