diff --git a/installers/WindowsInstallerScript.iss b/installers/WindowsInstallerScript.iss
index 8497afc..d52456d 100644
--- a/installers/WindowsInstallerScript.iss
+++ b/installers/WindowsInstallerScript.iss
@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "MayShow"
-#define MyAppVersion "1.2.0"
+#define MyAppVersion "1.3.0"
#define MyAppPublisher "Quickity Quack Productions"
#define MyAppExeName "MayShow.exe"
diff --git a/src/Helpers/Constants.cs b/src/Helpers/Constants.cs
index f79ea1c..06fcc4c 100644
--- a/src/Helpers/Constants.cs
+++ b/src/Helpers/Constants.cs
@@ -5,7 +5,7 @@ namespace MayShow.Helpers;
class Constants
{
- public static string AppVersion = "1.2.0";
+ public static string AppVersion = "1.3.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 18aa1aa..a323b7c 100644
--- a/src/MayShow.csproj
+++ b/src/MayShow.csproj
@@ -12,7 +12,7 @@
true
true
MayShow
- 1.2.0
+ 1.3.0
MayShow-icon.ico
diff --git a/src/app.manifest b/src/app.manifest
index 4ba92af..d570723 100644
--- a/src/app.manifest
+++ b/src/app.manifest
@@ -3,7 +3,7 @@
-
+