Skip to content

Commit

Permalink
1.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elpatron68 committed Aug 21, 2022
1 parent 97b7c37 commit b81d34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SnowRunner-Tool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.4.1")]
[assembly: AssemblyFileVersion("1.0.4.1")]
[assembly: AssemblyVersion("1.0.4.2")]
[assembly: AssemblyFileVersion("1.0.4.2")]
[assembly: Guid("fbc516d8-771f-414e-b57b-14211d6e0c62")]
2 changes: 1 addition & 1 deletion innosetup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma include __INCLUDE__ + ";" + ReadReg(HKLM, "Software\Mitrich Software\Inno Download Plugin", "InstallDir")
#include <idp.iss>
#define MyAppName "SnowRunner-Tool"
#define MyAppVersion "1.0.4.1"
#define MyAppVersion "1.0.4.2"
#define MyAppPublisher "elpatron68"
#define MyAppURL "https://github.com/elpatron68/SnowRunner-Tool"
#define MyAppExeName "SnowRunner-Tool.exe"
Expand Down

0 comments on commit b81d34f

Please sign in to comment.