Add Docs for v2.5.6

This commit is contained in:
Choco
2023-02-24 13:48:53 +08:00
parent 3cdf254abf
commit b90d02b815
3 changed files with 59 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ from io import BytesIO
root_dir = os.path.dirname(os.path.abspath(__file__))
install_pack_dir = os.path.join(root_dir, "Vocard.zip")
__version__ = "v2.5.5"
__version__ = "v2.5.6"
def checkVersion(withMsg = False):
resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")