diff --git a/launcher.py b/launcher.py index 42f1db7..ab6e71c 100644 --- a/launcher.py +++ b/launcher.py @@ -31,7 +31,7 @@ OWNER = "Rawleenc" REPO = "ArchCraftsman" -BRANCH = "dev" +BRANCH = "main" CMD = "python -m archcraftsman.installer --install" GREEN = "\033[0;32m" CYAN = "\033[0;36m" diff --git a/setup.cfg b/setup.cfg index 0aa1d04..4c5823f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = archcraftsman -version = 4.1.0 +version = 4.1.1 url = https://github.com/Rawleenc/ArchCraftsman project_urls = Bug Tracker = https://github.com/Rawleenc/ArchCraftsman/issues