From d90cd1354fc750c19a86a3ba9444a66f399ef4ea Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Fri, 13 Mar 2026 08:18:32 +0900 Subject: [PATCH] Bump version --- installers/WindowsInstallerScript.iss | 2 +- installers/build-linux.sh | 2 +- src/Helpers/Constants.cs | 2 +- src/MayShow.csproj | 2 +- src/Views/AboutView.axaml | 2 +- src/app.manifest | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installers/WindowsInstallerScript.iss b/installers/WindowsInstallerScript.iss index 7ba1045..0a8154e 100644 --- a/installers/WindowsInstallerScript.iss +++ b/installers/WindowsInstallerScript.iss @@ -3,7 +3,7 @@ ; Non-commercial use only #define MyAppName "MayShow" -#define MyAppVersion "1.4.1" +#define MyAppVersion "1.4.2" #define MyAppPublisher "Quickity Quack Productions" #define MyAppExeName "MayShow.exe" diff --git a/installers/build-linux.sh b/installers/build-linux.sh index c8f1d93..60d974a 100755 --- a/installers/build-linux.sh +++ b/installers/build-linux.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4.1" +VERSION="1.4.2" SRC_DIR="src" # user ran script from main folder if [ ! -d "$SRC_DIR" ]; then SRC_DIR= "../src" # try diff --git a/src/Helpers/Constants.cs b/src/Helpers/Constants.cs index c86ce7a..11d8f05 100644 --- a/src/Helpers/Constants.cs +++ b/src/Helpers/Constants.cs @@ -3,7 +3,7 @@ namespace MayShow.Helpers; class Constants { - public static string AppVersion = "1.4.1"; + public static string AppVersion = "1.4.2"; 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 6db71ab..2ce8058 100644 --- a/src/MayShow.csproj +++ b/src/MayShow.csproj @@ -12,7 +12,7 @@ true true MayShow - 1.4.1 + 1.4.2 MayShow-icon.ico diff --git a/src/Views/AboutView.axaml b/src/Views/AboutView.axaml index 39f574c..90b7c28 100644 --- a/src/Views/AboutView.axaml +++ b/src/Views/AboutView.axaml @@ -11,7 +11,7 @@ MaxWidth="450"> - - +