Bump app version

This commit is contained in:
2026-02-24 19:40:43 +09:00
parent 2fb0e1f73b
commit a6b60a4cc8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "MayShow"
#define MyAppVersion "1.1.0"
#define MyAppVersion "1.2.0"
#define MyAppPublisher "Quickity Quack Productions"
#define MyAppExeName "MayShow.exe"
+1 -1
View File
@@ -5,7 +5,7 @@ namespace MayShow.Helpers;
class Constants
{
public static string AppVersion = "1.1.0";
public static string AppVersion = "1.2.0";
public static string[] GetQuotes()
{
+1 -1
View File
@@ -12,7 +12,7 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishAot>true</PublishAot>
<AssemblyName>MayShow</AssemblyName>
<AssemblyVersion>1.1.0</AssemblyVersion> <!-- Also update Constants version -->
<AssemblyVersion>1.2.0</AssemblyVersion> <!-- Also update Constants version -->
<ApplicationIcon>MayShow-icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>