Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.31.1 #152

Merged
merged 14 commits into from
Mar 19, 2024
Prev Previous commit
Next Next commit
added messages to update function
  • Loading branch information
Mustard2 committed Mar 10, 2024
commit b02bf14c9cb6819a7abe24f8a84474a6c564993d
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "MustardUI",
"description": "Easy-to-use UI for human characters.",
"author": "Mustard",
"version": (0, 31, 1, 2),
"version": (0, 31, 1, 5),
"blender": (4, 1, 0),
"warning": "",
"doc_url": "https://github.com/Mustard2/MustardUI/wiki",
Expand Down
2 changes: 1 addition & 1 deletion misc/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def mustardui_retrieve_remote_version():

# Import the data from the GitHub repository file
try:
response = requests.get("https://raw.githubusercontent.com/Mustard2/MustardUI/Version-0.31.1/__init__.py")
response = requests.get("https://raw.githubusercontent.com/Mustard2/MustardUI/master/__init__.py")
data = response.text
except:
return 1, v, b
Expand Down