Skip to content

Commit 944ecdf

Browse files
committed
Bump version.
1 parent 654b6e2 commit 944ecdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InnoSetup/script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "CodeDependencies.iss"
55

66
#define MyAppName "FortniteSquadOverlay"
7-
#define MyAppVersion "1.8.0"
7+
#define MyAppVersion "1.8.1"
88
#define MyAppPublisher "slinkstr"
99
#define MyAppURL "https://github.com/slinkstr/FortniteSquadOverlay"
1010
#define MyAppExeName "FortniteSquadOverlayClient.exe"

src/FortniteSquadOverlayClient/FortniteSquadOverlayClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ApplicationIcon>FortniteOverlay.ico</ApplicationIcon>
2323
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
2424
<OutputType>WinExe</OutputType>
25-
<Version>1.8.0</Version>
25+
<Version>1.8.1</Version>
2626
</PropertyGroup>
2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

0 commit comments

Comments
 (0)