From 9eec82be0d30b4a5f8ed086745c3e78d0834e1a9 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sat, 4 Jan 2020 18:22:22 -0700 Subject: [PATCH] Bump version for 1.0 beta 13 --- CHANGELOG.md | 4 ++++ Wabbajack/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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")]