diff --git a/installers/WindowsInstallerScript.iss b/installers/WindowsInstallerScript.iss index 0a8154e..bfdc59a 100644 --- a/installers/WindowsInstallerScript.iss +++ b/installers/WindowsInstallerScript.iss @@ -3,7 +3,7 @@ ; Non-commercial use only #define MyAppName "MayShow" -#define MyAppVersion "1.4.2" +#define MyAppVersion "1.4.3" #define MyAppPublisher "Quickity Quack Productions" #define MyAppExeName "MayShow.exe" diff --git a/installers/build-linux.sh b/installers/build-linux.sh index 60d974a..fe1bfd4 100755 --- a/installers/build-linux.sh +++ b/installers/build-linux.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4.2" +VERSION="1.4.3" 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 c986b66..6f4c715 100644 --- a/src/Helpers/Constants.cs +++ b/src/Helpers/Constants.cs @@ -6,7 +6,7 @@ namespace MayShow.Helpers; class Constants { - public static string AppVersion = "1.4.2"; + public static string AppVersion = "1.4.3"; 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 8288e1f..de2dfc4 100644 --- a/src/MayShow.csproj +++ b/src/MayShow.csproj @@ -12,7 +12,7 @@ true true MayShow - 1.4.2 + 1.4.3 MayShow-icon.ico diff --git a/src/Views/AboutView.axaml b/src/Views/AboutView.axaml index 90b7c28..e17283b 100644 --- a/src/Views/AboutView.axaml +++ b/src/Views/AboutView.axaml @@ -11,7 +11,7 @@ MaxWidth="450"> - - +