Skip to content

Commit

Permalink
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
@@ -241,7 +241,7 @@ end;

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

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

0 comments on commit a974020

Please sign in to comment.