From cd5a89e35abeaccba117304e6580e7e5dec79081 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Mon, 2 Mar 2026 16:39:18 +0900 Subject: [PATCH] Bump version --- installers/WindowsInstallerScript.iss | 2 +- src/Helpers/Constants.cs | 2 +- src/MayShow.csproj | 2 +- src/app.manifest | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installers/WindowsInstallerScript.iss b/installers/WindowsInstallerScript.iss index 8497afc..d52456d 100644 --- a/installers/WindowsInstallerScript.iss +++ b/installers/WindowsInstallerScript.iss @@ -3,7 +3,7 @@ ; Non-commercial use only #define MyAppName "MayShow" -#define MyAppVersion "1.2.0" +#define MyAppVersion "1.3.0" #define MyAppPublisher "Quickity Quack Productions" #define MyAppExeName "MayShow.exe" diff --git a/src/Helpers/Constants.cs b/src/Helpers/Constants.cs index f79ea1c..06fcc4c 100644 --- a/src/Helpers/Constants.cs +++ b/src/Helpers/Constants.cs @@ -5,7 +5,7 @@ namespace MayShow.Helpers; class Constants { - public static string AppVersion = "1.2.0"; + public static string AppVersion = "1.3.0"; public static string[] AllowedFileExtensionPatterns = [ "*.png", "*.jpg", "*.jpeg", "*.gif", "*.bmp", "*.webp", "*.pdf", "*.heic", ]; public static string[] AllowedFileExtensionsNoStar = [ "png", "jpg", "jpeg", "gif", "bmp", "webp", "pdf", "heic", ]; diff --git a/src/MayShow.csproj b/src/MayShow.csproj index 18aa1aa..a323b7c 100644 --- a/src/MayShow.csproj +++ b/src/MayShow.csproj @@ -12,7 +12,7 @@ true true MayShow - 1.2.0 + 1.3.0 MayShow-icon.ico diff --git a/src/app.manifest b/src/app.manifest index 4ba92af..d570723 100644 --- a/src/app.manifest +++ b/src/app.manifest @@ -3,7 +3,7 @@ - +