Skip to content

Commit 05045ee

Browse files
committed
release: 1.0
1 parent 4a33feb commit 05045ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_resource_path(relative_path):
4242
# CONFIGURATION
4343
# ═══════════════════════════════════════════════════════════════════════════════
4444

45-
APP_VERSION = "1.0-beta"
45+
APP_VERSION = "1.0"
4646
WEBSERVER_BASE_URL = "https://webserver-ecru.vercel.app"
4747
GAMES_INDEX_URL = f"{WEBSERVER_BASE_URL}/api/games_index.json"
4848
LUA_FILE_URL = f"{WEBSERVER_BASE_URL}/lua/"

0 commit comments

Comments
 (0)