mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bump Version
This commit is contained in:
parent
e30dcf2358
commit
129fb445b8
@ -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
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user