Bump Verison number

This commit is contained in:
Timothy Baldridge 2020-01-03 21:07:57 -07:00
parent 3010027ea8
commit d1049aaefe
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
#### Version - 1.0 beta 12 - 1/3/22020
* Breaking change: the internal serialization format has changed, this will make existing lists inoperable on the latest version of WJ
* Added a change to serialization to make it backwards-compatible in the future
* Added an anonymous key to the metrics
* Fixed INI errors (again)
#### Version - 1.0 beta 11 - 1/3/2020
* Rewrote the ModDB downloader to retry with other mirrors after failure
* INI parse errors are now soft errors

View File

@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.11.0")]
[assembly: AssemblyFileVersion("0.9.11.0")]
[assembly: AssemblyVersion("0.9.12.0")]
[assembly: AssemblyFileVersion("0.9.12.0")]