Version Bump

This commit is contained in:
Timothy Baldridge 2020-01-06 21:49:17 -07:00
parent c50ccb964e
commit 286ec75f88
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version - 1.0 beta 15 - 1/6/2020
* Don't delete the download folder when deleting empty folders during an update
* If `Game Folder Files` exists in the MO2 folder during compilation the Game folder will be ignored as a file source
#### 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

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