diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c07627..a73badc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version - 1.0 beta 11 - 1/3/2020 +* Rewrote the ModDB downloader to retry with other mirrors after failure +* INI parse errors are now soft errors +* Fixed several backend stability bugs +* Changed application version scheme to better match the actual app version + #### Version - 1.0 beta 10 - 12/23/2019 * Many internal bug fixes releated to deadlocking * Take the system RAM into account when configuring queue sizes diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index 66493ac4..1bfe6a81 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("1.0.15.0")] -[assembly: AssemblyFileVersion("1.0.15.0")] +[assembly: AssemblyVersion("0.9.11.0")] +[assembly: AssemblyFileVersion("0.9.11.0")]