From 9b80226a9248e40ad2ddd498ac198b4cb0c970af Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 19 Aug 2019 01:44:24 +0800 Subject: [PATCH] Update to 0.4.7. --- 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 66cee8fa..8e3d530b 100644 --- a/src/QSP/ChangeLog.txt +++ b/src/QSP/ChangeLog.txt @@ -1,4 +1,7 @@ -version 0.4.6 +version 0.4.7 +* Fix weather data downloading bug. (Thank you René.) + +version 0.4.6 * Hot fix for flight plan export path issue that prevents the program from starting. version 0.4.5 diff --git a/src/QSP/Properties/AssemblyInfo.cs b/src/QSP/Properties/AssemblyInfo.cs index c0739a32..b92d37cf 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.4.6.0")] +[assembly: AssemblyVersion("0.4.7.0")] [assembly: AssemblyFileVersion("1.0.0.0")]