updated version

This commit is contained in:
raphael60650 2021-05-22 19:18:39 +02:00
parent 63465839e9
commit 316f285041
2 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@ include_files = [
"./LICENSE", "./LICENSE",
"./README.md", "./README.md",
"./version", "./version",
"./ct_config.json",
"./convert_file.json", "./convert_file.json",
"./fs.json", "./fs.json",

View file

@ -1,7 +1,7 @@
{ {
"version": "0.1", "version": "0.2",
"subversion": "0", "subversion": "0",
"changelog": "", "changelog": "",
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.1/MKWF.v0.1.zip", "download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.2/MKWF.v0.2.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"
} }