Updated docs

This commit is contained in:
WardPearce
2026-02-15 04:04:50 +13:00
parent 5a4ff548c9
commit cb9befc873
10 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.15.0"
LATEST_VERSION = "1.15.1"
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")