Bump version

This commit is contained in:
2026-03-02 16:39:18 +09:00
parent 47fb765239
commit cd5a89e35a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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", ];