From f79b09eb113dbb62d258ead0c896eb4e8ae8a6b4 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Tue, 15 Jun 2021 14:54:24 +0200 Subject: [PATCH] preparing version's file --- source/definition.py | 2 +- version | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/definition.py b/source/definition.py index edef596..d17d8de 100644 --- a/source/definition.py +++ b/source/definition.py @@ -3,7 +3,7 @@ get_nodir = lambda file: file.split("/")[-1].split("\\")[-1] get_extension = lambda file: file.split(".")[-1] CREATE_NO_WINDOW = 0x08000000 -VERSION = "0.8" +VERSION = "0.8.2" def filecopy(src, dst): with open(src, "rb") as f1: diff --git a/version b/version index 8e9a157..d53896f 100644 --- a/version +++ b/version @@ -1,7 +1,7 @@ { "version": "0.5", - "subversion": "1", - "changelog": "- les courses Mario Kart Tour ne fonctionnaient pas", - "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.5.1/MKWF.v0.5.1.zip", + "subversion": "2", + "changelog": "", + "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.5.2/MKWF.v0.5.2.zip", "updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip" }