From f6d600efc713302f4a8d12f45c129fd91eaaccfb Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 10 Jun 2021 16:19:22 +0200 Subject: [PATCH] changing version value --- source/definition.py | 2 +- version | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/definition.py b/source/definition.py index 4fbc27f..edef596 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.7" +VERSION = "0.8" def filecopy(src, dst): with open(src, "rb") as f1: diff --git a/version b/version index 8b59ada..a4fdc8f 100644 --- a/version +++ b/version @@ -1,7 +1,7 @@ { - "version": "0.4", + "version": "0.5", "subversion": "0", "changelog": "", - "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.4/MKWF.v0.4.zip", + "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.5/MKWF.v0.5.zip", "updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip" }