diff --git a/CHANGELOG.md b/CHANGELOG.md index 015a9387..75c6acd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index 5a44f29b..9ee948ef 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.15.0")] -[assembly: AssemblyFileVersion("0.9.15.0")] +[assembly: AssemblyVersion("0.9.16.0")] +[assembly: AssemblyFileVersion("0.9.16.0")]