mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
updated version
This commit is contained in:
parent
63465839e9
commit
316f285041
2 changed files with 3 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -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",
|
||||||
|
|
||||||
|
|
4
version
4
version
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue