Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gschurck committed Jul 13, 2021
1 parent db4e7e7 commit a4f0aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tradoge.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Developed by Guillaume Schurck : https://github.com/gschurck
# TraDOGE v1.3.1
# TraDOGE v1.3.2

import subprocess
import sys
Expand Down 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.1':
if tag_name != 'v1.3.2':
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 a4f0aa5

Please sign in to comment.