Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Bumped version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennmapes committed Jun 5, 2013
1 parent 035eccd commit 011d4b8
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 118 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.8.0rc1
2.8.0
2 changes: 1 addition & 1 deletion framework/Properties/AssemblyInfo.cs
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WPCordovaClassLib")]
[assembly: AssemblyDescription("2.8.0rc1")]
[assembly: AssemblyDescription("2.8.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Apache Cordova")]
[assembly: AssemblyProduct("WPCordovaClassLib")]
Expand Down
2 changes: 1 addition & 1 deletion templates/standalone/Plugins/Device.cs
Expand Up @@ -73,7 +73,7 @@ public string cordova
get
{
// TODO: should be able to dynamically read the Cordova version from somewhere...
return "2.8.0rc1";
return "2.8.0";
}
}

Expand Down
2 changes: 1 addition & 1 deletion templates/standalone/VERSION
@@ -1 +1 @@
2.8.0rc1
2.8.0

0 comments on commit 011d4b8

Please sign in to comment.