diff --git a/ControllerService-offline.iss b/ControllerService-offline.iss index 79d95145a..171f71a5d 100644 --- a/ControllerService-offline.iss +++ b/ControllerService-offline.iss @@ -241,7 +241,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.15.0.2' +#define MyAppVersion '0.15.0.3' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' diff --git a/ControllerService.iss b/ControllerService.iss index 2476bb153..cb10cf51e 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -397,7 +397,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.15.0.2' +#define MyAppVersion '0.15.0.3' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright @ BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index dfc9c56eb..e25afa6b1 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.15.0.2")] -[assembly: AssemblyFileVersion("0.15.0.2")] +[assembly: AssemblyVersion("0.15.0.3")] +[assembly: AssemblyFileVersion("0.15.0.3")] diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 7259752a3..8b5e5967f 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -12,7 +12,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.15.0.2 + 0.15.0.3 app.manifest AnyCPU;x64