From c698c8c032aa1cd623647e4380ed11550559017f Mon Sep 17 00:00:00 2001 From: CasperH Date: Tue, 31 May 2022 15:48:22 +0200 Subject: [PATCH] Update version number to 0.9.9.0 --- ControllerService.iss | 2 +- ControllerService/AssemblyInfo1.cs | 4 ++-- HandheldCompanion/HandheldCompanion.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ControllerService.iss b/ControllerService.iss index 47c866c2d..de5ba1b27 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -648,7 +648,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.9.8.0' +#define MyAppVersion '0.9.9.0' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/ControllerService' diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index 1e4edcc43..27c01eddc 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.9.8.0")] -[assembly: AssemblyFileVersion("0.9.8.0")] +[assembly: AssemblyVersion("0.9.9.0")] +[assembly: AssemblyFileVersion("0.9.9.0")] diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 84d726af8..2dbe87867 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -10,7 +10,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.9.8.0 + 0.9.9.0