diff --git a/ControllerHelper/ControllerHelper.csproj b/ControllerHelper/ControllerHelper.csproj index 43f2733cc..9151c8d3c 100644 --- a/ControllerHelper/ControllerHelper.csproj +++ b/ControllerHelper/ControllerHelper.csproj @@ -10,8 +10,8 @@ ControllerHelper Copyright © 2021 $(SolutionDir)bin\ - 0.8.3.4 - 0.8.3.4 + 0.8.4.2 + 0.8.4.2 logo_application.ico diff --git a/ControllerService.iss b/ControllerService.iss index 1988e91ea..1d2a071c6 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -647,7 +647,7 @@ end; ;#define UseSql2019Express #define MyAppSetupName 'Controller Service' -#define MyAppVersion '0.8.3.4' +#define MyAppVersion '0.8.4.2' #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 6ad8ad387..0758edffe 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.8.3.4")] -[assembly: AssemblyFileVersion("0.8.3.4")] +[assembly: AssemblyVersion("0.8.4.2")] +[assembly: AssemblyFileVersion("0.8.4.2")]