Bump version number

This commit is contained in:
2026-03-12 21:17:27 +09:00
parent f34a7092e4
commit a1858443e8
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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", ];