Skip to content

Commit

Permalink
Merge pull request #598 from CasperH2O/Release-0.16.0.4
Browse files Browse the repository at this point in the history
Release 0.16.0.4
  • Loading branch information
CasperH2O authored May 30, 2023
2 parents 99a2f09 + e8eee32 commit 6f628ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ControllerService-offline.iss
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ end;

#define MyAppSetupName 'Handheld Companion'
#define MyBuildId 'HandheldCompanion'
#define MyAppVersion '0.16.0.3'
#define MyAppVersion '0.16.0.4'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright © BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion'
Expand Down
2 changes: 1 addition & 1 deletion ControllerService.iss
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ end;

#define MyAppSetupName 'Handheld Companion'
#define MyBuildId 'HandheldCompanion'
#define MyAppVersion '0.16.0.3'
#define MyAppVersion '0.16.0.4'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright @ BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion'
Expand Down
4 changes: 2 additions & 2 deletions ControllerService/AssemblyInfo1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
// Numéro de build
// Révision
//
[assembly: AssemblyVersion("0.16.0.3")]
[assembly: AssemblyFileVersion("0.16.0.3")]
[assembly: AssemblyVersion("0.16.0.4")]
[assembly: AssemblyFileVersion("0.16.0.4")]
2 changes: 1 addition & 1 deletion HandheldCompanion/HandheldCompanion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<StartupObject>HandheldCompanion.App</StartupObject>
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Version>0.16.0.3</Version>
<Version>0.16.0.4</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
Expand Down

0 comments on commit 6f628ff

Please sign in to comment.