diff --git a/installers/WindowsInstallerScript.iss b/installers/WindowsInstallerScript.iss
index efc2eb5..f779b13 100644
--- a/installers/WindowsInstallerScript.iss
+++ b/installers/WindowsInstallerScript.iss
@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "MayShow"
-#define MyAppVersion "1.3.0"
+#define MyAppVersion "1.4.0"
#define MyAppPublisher "Quickity Quack Productions"
#define MyAppExeName "MayShow.exe"
diff --git a/installers/build-linux.sh b/installers/build-linux.sh
index d2c506b..ff81cff 100755
--- a/installers/build-linux.sh
+++ b/installers/build-linux.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION="1.3.0"
+VERSION="1.4.0"
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 11fc5c9..754a9ea 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.3.0";
+ public static string AppVersion = "1.4.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 26fd80f..f5a1f72 100644
--- a/src/MayShow.csproj
+++ b/src/MayShow.csproj
@@ -12,7 +12,7 @@
true
true
MayShow
- 1.3.0
+ 1.4.0
MayShow-icon.ico
diff --git a/src/Views/AboutView.axaml b/src/Views/AboutView.axaml
index e326dd9..6803d30 100644
--- a/src/Views/AboutView.axaml
+++ b/src/Views/AboutView.axaml
@@ -11,7 +11,7 @@
MaxWidth="450">
-
-
+