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