diff --git a/A-Team-Android_ROM_Builder-v1.04.7z b/A-Team-Android_ROM_Builder-v1.06.7z similarity index 79% rename from A-Team-Android_ROM_Builder-v1.04.7z rename to A-Team-Android_ROM_Builder-v1.06.7z index ef82b8e..0fda67a 100644 Binary files a/A-Team-Android_ROM_Builder-v1.04.7z and b/A-Team-Android_ROM_Builder-v1.06.7z differ diff --git a/Changelog.txt b/Changelog.txt index d043233..3b23a5b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,2 +1,2 @@ --- Changelog -- v1.04 -fix update.sh not deleting itself after update, add copy / paste and right click context menu for terminal, tweaked updater output, fixed clean options for build and seperate clean button, rework updater again. +-- Changelog -- v1.06 +fix clean button for ssh connection, fix tmp file creation on ssh by removing that code snippet diff --git a/Updates/version.json b/Updates/version.json index a87e434..572ff79 100644 --- a/Updates/version.json +++ b/Updates/version.json @@ -1,6 +1,6 @@ { - "version": "13", - "display": "1.04", - "file": "A-Team-Android_ROM_Builder-v1.04.7z", - "changelog": "fix update.sh not deleting itself after update, add copy / paste and right click context menu for terminal, tweaked updater output, fixed clean options for build and seperate clean button, rework updater again." + "version": "14", + "display": "1.06", + "file": "A-Team-Android_ROM_Builder-v1.06.7z", + "changelog": "fix clean button for ssh connection, fix tmp file creation on ssh by removing that code snippet." }