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 <[email protected]> Authored: Fri Jul 19 02:03:55 2013 -0700 Committer: Benn Mapes <[email protected]> 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"; } }
