Skip to content

Commit a0f9d84

Browse files
author
Tom Bayley
committed
inc to v2.0.0
1 parent 8846b9c commit a0f9d84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Installer/Installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define AppName "Night Glow"
22
#define AppExe "NightGlow.exe"
3-
#define AppVersion "1.1.0"
3+
#define AppVersion "2.0.0"
44

55
[Setup]
66
AppId={{8B87A5F9-0C03-4B92-9080-DDCF75DC18A4}

NightGlow/NightGlow.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
88
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
9-
<Version>1.1.0</Version>
9+
<Version>2.0.0</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)