From a1858443e8b7e8e4226c02682f4728b685f9a342 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Thu, 12 Mar 2026 21:17:27 +0900 Subject: [PATCH] Bump version number --- 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 f779b13..7ba1045 100644 --- a/installers/WindowsInstallerScript.iss +++ b/installers/WindowsInstallerScript.iss @@ -3,7 +3,7 @@ ; Non-commercial use only #define MyAppName "MayShow" -#define MyAppVersion "1.4.0" +#define MyAppVersion "1.4.1" #define MyAppPublisher "Quickity Quack Productions" #define MyAppExeName "MayShow.exe" diff --git a/installers/build-linux.sh b/installers/build-linux.sh index ac41679..c8f1d93 100755 --- a/installers/build-linux.sh +++ b/installers/build-linux.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4.0" +VERSION="1.4.1" 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 754a9ea..c86ce7a 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.0"; + public static string AppVersion = "1.4.1"; 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 e08c7ca..6db71ab 100644 --- a/src/MayShow.csproj +++ b/src/MayShow.csproj @@ -12,7 +12,7 @@ true true MayShow - 1.4.0 + 1.4.1 MayShow-icon.ico diff --git a/src/Views/AboutView.axaml b/src/Views/AboutView.axaml index 6803d30..39f574c 100644 --- a/src/Views/AboutView.axaml +++ b/src/Views/AboutView.axaml @@ -11,7 +11,7 @@ MaxWidth="450"> - - +