1 parent 8846b9c commit a0f9d84Copy full SHA for a0f9d84
2 files changed
Installer/Installer.iss
@@ -1,6 +1,6 @@
1
#define AppName "Night Glow"
2
#define AppExe "NightGlow.exe"
3
-#define AppVersion "1.1.0"
+#define AppVersion "2.0.0"
4
5
[Setup]
6
AppId={{8B87A5F9-0C03-4B92-9080-DDCF75DC18A4}
NightGlow/NightGlow.csproj
@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
7
<UseWPF>true</UseWPF>
8
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
9
- <Version>1.1.0</Version>
+ <Version>2.0.0</Version>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments