changing version value

This commit is contained in:
raphael60650 2021-06-10 16:19:22 +02:00
parent a4293a8fcd
commit f6d600efc7
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ get_nodir = lambda file: file.split("/")[-1].split("\\")[-1]
get_extension = lambda file: file.split(".")[-1] get_extension = lambda file: file.split(".")[-1]
CREATE_NO_WINDOW = 0x08000000 CREATE_NO_WINDOW = 0x08000000
VERSION = "0.7" VERSION = "0.8"
def filecopy(src, dst): def filecopy(src, dst):
with open(src, "rb") as f1: with open(src, "rb") as f1:

View file

@ -1,7 +1,7 @@
{ {
"version": "0.4", "version": "0.5",
"subversion": "0", "subversion": "0",
"changelog": "", "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" "updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip"
} }