diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d7a2c8..949c39cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +#### Version - 1.0 beta 13 - 1/4/22020 +* Several fixes for steam game handling +* Fixes for metrics reporting + #### Version - 1.0 beta 12 - 1/3/22020 * Breaking change: the internal serialization format has changed, this will make existing lists inoperable on the latest version of WJ * Added a change to serialization to make it backwards-compatible in the future diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index ef368cde..02512be1 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.12.0")] -[assembly: AssemblyFileVersion("0.9.12.0")] +[assembly: AssemblyVersion("0.9.13.0")] +[assembly: AssemblyFileVersion("0.9.13.0")]