diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b282d10..7a5c5249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version - 1.0 beta 9 - 12/18/2019 +* Create output folders before trying to download a file + #### Version - 1.0 beta 8 - 12/17/2019 * Fixed parsing of buggy ini files (Bethesda supports them so we must as well) * Disable invalid modlists instead of hiding them diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index e18aa1cd..01dfc2cd 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.13.0")] -[assembly: AssemblyFileVersion("1.0.13.0")] +[assembly: AssemblyVersion("1.0.14.0")] +[assembly: AssemblyFileVersion("1.0.14.0")]