From 2056b3c37951a98e11e4e5dc84a0d91cb20259c7 Mon Sep 17 00:00:00 2001 From: GorouFlex <98001973+gorouflex@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:10:07 +0700 Subject: [PATCH] macosx: bump --- macOS/UXTU4Unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/UXTU4Unix.py b/macOS/UXTU4Unix.py index ed9a6fb..51f5904 100644 --- a/macOS/UXTU4Unix.py +++ b/macOS/UXTU4Unix.py @@ -12,7 +12,7 @@ import plistlib from configparser import ConfigParser -LOCAL_VERSION = "0.3.04" +LOCAL_VERSION = "0.3.1" LATEST_VERSION_URL = "https://github.com/HorizonUnix/UXTU4Unix/releases/latest" GITHUB_API_URL = "https://api.github.com/repos/HorizonUnix/UXTU4Unix/releases/latest" current_dir = os.path.dirname(os.path.realpath(__file__))