Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 0635e4c

Browse files
Update in-file version and release date strings for V1.1
1 parent a1401f5 commit 0635e4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

alpha_elements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
os.environ['SDL_VIDEO_WINDOW_POS'] = f'0,0'
4141

4242
SCROLL_SPEED = 15
43-
VERSION = "V1.0"
44-
RELEASEDATE = "2024-01-28"
43+
VERSION = "V1.1"
44+
RELEASEDATE = "2024-07-22"
4545
WIDTH, HEIGHT, total_width, total_height, factor = init__surface((1000, 1000), (1000, 1000), 8, '1.0', True, 0, "AlphaElements Minecraft Launcher", "__RESOURCES__/alpha_elements/images/alpha_elements.png")
4646
init__logger("__LOGS__/" + time.strftime("%Y-%m-%d, %H-%M-%S") + ".log")
4747

0 commit comments

Comments
 (0)