Skip to content

Commit

Permalink
Merge pull request #112 from DHancock/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
DHancock authored Sep 6, 2023
2 parents cef58c2 + 0a1d8bf commit 7cf093f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Countdown/Countdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Resources\app.ico</ApplicationIcon>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<AssemblyVersion>3.7.1.0</AssemblyVersion>
<FileVersion>3.7.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Countdown/Installer/inno_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; Inno 6.2.2

#define appName "Countdown"
#define appVer "3.8.0"
#define appVer "3.7.1"
#define appExeName appName + ".exe"
#define appId appName

Expand Down

0 comments on commit 7cf093f

Please sign in to comment.