Skip to content

Commit

Permalink
[wp] updated Device.cs version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennmapes committed Jul 19, 2013
1 parent 42c0eef commit 3c5832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public string cordova
get
{
// TODO: should be able to dynamically read the Cordova version from somewhere...
return "0.0.0";
return "3.0.0";
}
}

Expand Down

0 comments on commit 3c5832d

Please sign in to comment.