diff --git a/launcher.py b/launcher.py index 54ce535..c968046 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" STEP = "\033[94m" SUBSTEP = "\033[96m" diff --git a/setup.cfg b/setup.cfg index 075e188..e4bcaf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = archcraftsman -version = 4.3.1 +version = 4.3.2 url = https://github.com/Rawleenc/ArchCraftsman project_urls = Bug Tracker = https://github.com/Rawleenc/ArchCraftsman/issues