Skip to content

Commit

Permalink
Release 0.20.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperH2O committed Jan 21, 2024
1 parent 81e3e0f commit a3325e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HandheldCompanion.iss
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ end;

#define MyAppSetupName 'Handheld Companion'
#define MyBuildId 'HandheldCompanion'
#define MyAppVersion '0.20.3.0'
#define MyAppVersion '0.20.3.1'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright @ BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion'
Expand Down Expand Up @@ -580,4 +580,4 @@ begin
Result := True;
end;
#endif
#endif
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.20.3.0</Version>
<Version>0.20.3.1</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>AnyCPU;x64;x86</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit a3325e4

Please sign in to comment.