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">
-
-
+