We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a33feb commit 05045eeCopy full SHA for 05045ee
1 file changed
main.py
@@ -42,7 +42,7 @@ def get_resource_path(relative_path):
42
# CONFIGURATION
43
# ═══════════════════════════════════════════════════════════════════════════════
44
45
-APP_VERSION = "1.0-beta"
+APP_VERSION = "1.0"
46
WEBSERVER_BASE_URL = "https://webserver-ecru.vercel.app"
47
GAMES_INDEX_URL = f"{WEBSERVER_BASE_URL}/api/games_index.json"
48
LUA_FILE_URL = f"{WEBSERVER_BASE_URL}/lua/"
0 commit comments