Bump Version

This commit is contained in:
Timothy Baldridge 2020-01-19 16:37:33 -07:00
parent e30dcf2358
commit 129fb445b8
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* GUI releases memory of download modlists better when navigating around
* Fixed phrasing after failed installations to say "failed".
* Fixed download bug that was marking some modlists as corrupted if they were replacing older versions.
* While compiling Wabbajack will attempt to download VFS and .meta data from the build server
#### Version - 1.0 beta 15 - 1/6/2020
* Don't delete the download folder when deleting empty folders during an update

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