Skip to content

Commit a34fd58

Browse files
committed
Bump to v1.2.5
1 parent 08ca6e3 commit a34fd58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Bot-CLI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def update():
113113
ghrapi = requests.get(
114114
"https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest"
115115
)
116-
current_version = "v1.2.4"
116+
current_version = "v1.2.5"
117117
latest_version = str(ghrapi.json()["name"])
118118
if current_version < latest_version:
119119
print(

Bot.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
ghrapi = requests.get(
5757
"https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest"
5858
)
59-
current_version = "v1.2.4"
59+
current_version = "v1.2.5"
6060
latest_version = str(ghrapi.json()["name"])
6161
if current_version < latest_version:
6262
update_window = customtkinter.CTkToplevel()

Stream Bot.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main():
4343
ghrapi = requests.get(
4444
"https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest"
4545
)
46-
current_version = "v1.2.4"
46+
current_version = "v1.2.5"
4747
latest_version = str(ghrapi.json()["name"])
4848
if current_version < latest_version:
4949
update_window = customtkinter.CTkToplevel()

0 commit comments

Comments
 (0)