File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ def update():
113
113
ghrapi = requests .get (
114
114
"https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest"
115
115
)
116
- current_version = "v1.2.4 "
116
+ current_version = "v1.2.5 "
117
117
latest_version = str (ghrapi .json ()["name" ])
118
118
if current_version < latest_version :
119
119
print (
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def main():
56
56
ghrapi = requests .get (
57
57
"https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest"
58
58
)
59
- current_version = "v1.2.4 "
59
+ current_version = "v1.2.5 "
60
60
latest_version = str (ghrapi .json ()["name" ])
61
61
if current_version < latest_version :
62
62
update_window = customtkinter .CTkToplevel ()
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def main():
43
43
ghrapi = requests .get (
44
44
"https://api.github.com/repos/sryu1/YouTube_View_Bot/releases/latest"
45
45
)
46
- current_version = "v1.2.4 "
46
+ current_version = "v1.2.5 "
47
47
latest_version = str (ghrapi .json ()["name" ])
48
48
if current_version < latest_version :
49
49
update_window = customtkinter .CTkToplevel ()
You can’t perform that action at this time.
0 commit comments