Fix matainfo

This commit is contained in:
WardPearce
2026-02-12 19:45:46 +13:00
parent ddc19278d9
commit 68c66a7f4f
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.14.1"
LATEST_VERSION = "1.14.2"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")