Skip to content

Commit

Permalink
Release 0.18.0.5 (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: Valkirie <[email protected]>
  • Loading branch information
github-actions[bot] and Valkirie authored Oct 26, 2023
1 parent c064915 commit 42691b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HandheldCompanion.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.18.0.4'
#define MyAppVersion '0.18.0.5'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright @ BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion'
Expand Down Expand Up @@ -610,4 +610,4 @@ begin
Result := True;
end;
#endif
#endif
4 changes: 2 additions & 2 deletions HandheldCompanion/HandheldCompanion.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand All @@ -12,7 +12,7 @@
<StartupObject>HandheldCompanion.App</StartupObject>
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Version>0.18.0.4</Version>
<Version>0.18.0.5</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>AnyCPU;x64;x86</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 42691b5

Please sign in to comment.