From 286ec75f88370c6bf6d291b8f83ca02faa452aba Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 6 Jan 2020 21:49:17 -0700 Subject: [PATCH] Version Bump --- CHANGELOG.md | 4 ++++ Wabbajack/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4640d7..d9729dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index 7fd90515..5a44f29b 100644 --- a/Wabbajack/Properties/AssemblyInfo.cs +++ b/Wabbajack/Properties/AssemblyInfo.cs @@ -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")]