From 86f85ee5c618ed726d55845e6558d3be4cd88c18 Mon Sep 17 00:00:00 2001 From: unforbidable Date: Sat, 21 Nov 2015 13:11:38 +0100 Subject: [PATCH] v1.9.2 --- CHANGES.md | 3 +++ src/Patcher/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d29182d..9e5ab2c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +##### v1.9.2 (2015/11/20) +* Improve exception handling during asyncronous record loading + ##### v1.9.1 (2015/11/20) * Ability to access command line parameters in a rule method code * Ability to start minimzed and to exit without prompting diff --git a/src/Patcher/Properties/AssemblyInfo.cs b/src/Patcher/Properties/AssemblyInfo.cs index c4963ba..7f36bb3 100644 --- a/src/Patcher/Properties/AssemblyInfo.cs +++ b/src/Patcher/Properties/AssemblyInfo.cs @@ -49,4 +49,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyFileVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.2.0")]