Bump Version

This commit is contained in:
Timothy Baldridge 2020-01-06 16:34:50 -07:00
parent e2ebe039d4
commit afc99dce19
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### Changelog
#### Version - 1.0 beta 14 - 1/6/2020
* Updating a list twice without starting WJ no longer deletes your modlist
* .mohidden files will now be correctly detected during binary patching
* Added support for MO2's new path format
* Added support for MO2 2.2.2's `portable.txt` feature
* Added support for VectorPlexus downloads
* Added a new CLI interface for providing Nexus API key overrides
* Several UI backend improvements
#### Version - 1.0 beta 13 - 1/4/22020
* Several fixes for steam game handling
* Fixes for metrics reporting

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.13.0")]
[assembly: AssemblyFileVersion("0.9.13.0")]
[assembly: AssemblyVersion("0.9.14.0")]
[assembly: AssemblyFileVersion("0.9.14.0")]