Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Bump version + clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex committed Dec 4, 2023
1 parent 72d3f7a commit 1d5b5f4
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 629 deletions.
4 changes: 2 additions & 2 deletions AFKBot/AFKBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def info_window():
InfoWindow().mainloop()

def check_for_updates():
local_version = "4.2.0"
local_version = "4.2.1"
latest_version = get_latest_version()

if local_version < latest_version:
Expand Down Expand Up @@ -111,7 +111,7 @@ def __init__(self):
button.pack(pady=5)

self.version_label = customtkinter.CTkLabel(
self, width=215, text="Version 4.2.0 (Stable)", font=("", 14)
self, width=215, text="Version 4.2.1 (Stable)", font=("", 14)
)
self.version_label.pack(pady=5)

Expand Down
Binary file added AFKBot/assets/__pycache__/config.cpython-312.pyc
Binary file not shown.
111 changes: 0 additions & 111 deletions Beta/3.x/3.0 Beta/AFKBot-3.0-FinalBeta.py

This file was deleted.

122 changes: 0 additions & 122 deletions Beta/3.x/3.0 Beta/AFKBot.3.0.Beta.1.py

This file was deleted.

110 changes: 0 additions & 110 deletions Beta/3.x/3.0 Beta/AFKBot.3.0.Beta.2.py

This file was deleted.

Loading

0 comments on commit 1d5b5f4

Please sign in to comment.