Skip to content

Commit

Permalink
drp update
Browse files Browse the repository at this point in the history
  • Loading branch information
TowarzyszFatCat committed Feb 15, 2024
1 parent ac9cf50 commit 7a0bb4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doccli.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 2 additions & 3 deletions doccli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# @TowarzyszFatCat
# v1.3.3
# Update checker
# v1.3.4

from requests import get
from os import system, getpid
Expand Down Expand Up @@ -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")

Expand Down

0 comments on commit 7a0bb4e

Please sign in to comment.