From 757a47f57fc336a9f95ee2af7b8231dc8fcefd8b Mon Sep 17 00:00:00 2001 From: denikson Date: Thu, 15 Nov 2018 23:13:05 +0200 Subject: [PATCH] Bump version --- Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs | 4 ++-- GUI/app_info.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs b/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs index e346192..7b2ee61 100644 --- a/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs +++ b/Core/COM3D2.MaidFiddler.Plugin/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("1.0.3.1")] -[assembly: AssemblyFileVersion("1.0.3.1")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.3.2")] +[assembly: AssemblyFileVersion("1.0.3.2")] \ No newline at end of file diff --git a/GUI/app_info.py b/GUI/app_info.py index 70266a9..7e89a19 100644 --- a/GUI/app_info.py +++ b/GUI/app_info.py @@ -1,4 +1,4 @@ -VERSION = "1.0.3.1" +VERSION = "1.0.3.2" CONTRIBUTORS = [ "@ghorsington -- original developer",