Skip to content

Commit

Permalink
Update tradoge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gschurck committed Jul 9, 2021
1 parent e560093 commit 251d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradoge.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def remaining_seconds(self):
def check_updates():
response = requests.get("https://api.github.com/repos/gschurck/tradoge/releases/latest")
tag_name = response.json()["tag_name"]
if tag_name != 'v1.3':
if tag_name != 'v1.3.1':
print(Back.BLUE + 'NEW UPDATE : ' + tag_name + Back.RESET)
print(Fore.BLUE + 'Please install new version of TraDOGE ' + tag_name)
print('Follow this link : https://github.com/gschurck/tradoge/releases/latest \n' + Fore.RESET)
Expand Down

0 comments on commit 251d757

Please sign in to comment.