diff --git a/get-iso b/get-iso index 82e7bfe..902fd67 100755 --- a/get-iso +++ b/get-iso @@ -15,7 +15,7 @@ from pathlib import Path DEF_URL = "https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json" FOLDER = Path.home() PROG_NAME = os.path.basename(__file__) -PROG_VERSION = "0.1" +PROG_VERSION = "0.2" GNU_URL = "https://www.gnu.org/licenses/gpl.html"