Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored May 16, 2024
1 parent c10028b commit 1e228d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macOS/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import urllib.request, plistlib, base64, json, select, signal
from configparser import ConfigParser

LOCAL_VERSION = "0.3.0"
LOCAL_VERSION = "0.3.01"
LATEST_VERSION_URL = "https://github.com/AppleOSX/UXTU4Unix/releases/latest"
GITHUB_API_URL = "https://api.github.com/repos/AppleOSX/UXTU4Unix/releases/latest"
current_dir = os.path.dirname(os.path.realpath(__file__))
Expand Down Expand Up @@ -810,7 +810,7 @@ def about():
while True:
clear()
logging.info("About UXTU4Unix")
logging.info("The Future Stepping Update (3MacL2TDream)")
logging.info("The Future Stepping Update (3MacL2TDreamNV1)")
logging.info("----------------------------")
logging.info("Maintainer: GorouFlex\nCLI: GorouFlex")
logging.info("GUI: NotchApple1703\nCore: NotchApple1703")
Expand Down

0 comments on commit 1e228d5

Please sign in to comment.