diff --git a/doccli.json b/doccli.json index 9d7e654..25e3cfd 100644 --- a/doccli.json +++ b/doccli.json @@ -1,5 +1,5 @@ { - "version": "1.3.3", + "version": "1.3.4", "description": "A cli to watch anime from docchi with polish subtitles", "homepage": "https://github.com/TowarzyszFatCat/doccli", "license": "GPL-3.0 license", diff --git a/doccli.py b/doccli.py index ad9568a..786c8c2 100644 --- a/doccli.py +++ b/doccli.py @@ -1,6 +1,5 @@ # @TowarzyszFatCat -# v1.3.3 -# Update checker +# v1.3.4 from requests import get from os import system, getpid @@ -125,7 +124,7 @@ def update_discord(state : str, details : str, time : time) -> None: ) def check_update() -> None: - version : str = 'v1.3.3' + version : str = 'v1.3.4' response = get("https://api.github.com/repos/TowarzyszFatCat/doccli/releases/latest")