From db1491764a32e2fd08f100b11b79b3e602c8c481 Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 17 Feb 2017 22:44:56 +0800 Subject: [PATCH] Update version to 0.3.3. --- src/QSP/ChangeLog.txt | 5 ++++- src/QSP/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/QSP/ChangeLog.txt b/src/QSP/ChangeLog.txt index da5063dd..15247bb0 100644 --- a/src/QSP/ChangeLog.txt +++ b/src/QSP/ChangeLog.txt @@ -1,4 +1,7 @@ -version 0.3.2 +version 0.3.3 +* Fix a bug causing updates to fail to install if user already updated to that version previously but then uninstalled the app. + +version 0.3.2 * Fix incorrect autobrake setting for wet runway in 747-400/400F. * Fix an issue where runway surface condition changes when aircraft is changed. diff --git a/src/QSP/Properties/AssemblyInfo.cs b/src/QSP/Properties/AssemblyInfo.cs index 8ed383e0..ba955181 100644 --- a/src/QSP/Properties/AssemblyInfo.cs +++ b/src/QSP/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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.3.2.0")] +[assembly: AssemblyVersion("0.3.3.0")] [assembly: AssemblyFileVersion("1.0.0.0")]