Bump version for 1.0 beta 13

This commit is contained in:
Timothy Baldridge 2020-01-04 18:22:22 -07:00
parent 5957ce669f
commit 9eec82be0d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ### Changelog
#### Version - 1.0 beta 13 - 1/4/22020
* Several fixes for steam game handling
* Fixes for metrics reporting
#### Version - 1.0 beta 12 - 1/3/22020 #### 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 * 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 a change to serialization to make it backwards-compatible in the future

View File

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