Skip to content

Commit 3872e1f

Browse files
authored
Merge pull request #4 from EfazDev/beta
v2.2.7
2 parents 69fbdcc + 4d60901 commit 3872e1f

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Apps/OrangeBloxMac.zip

1 Byte
Binary file not shown.

Apps/OrangeBloxMacIntel.zip

-4 Bytes
Binary file not shown.

Apps/OrangeBloxWindows.zip

3.04 KB
Binary file not shown.

Main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# OrangeBlox 🍊
33
# Made by Efaz from efaz.dev
4-
# v2.2.7e
4+
# v2.2.7
55
#
66

77
# Python Modules
@@ -51,7 +51,7 @@
5151
main_config: typing.Dict[str, typing.Union[str, int, bool, float, typing.Dict, typing.List]] = {}
5252
custom_cookies: typing.Dict[str, str] = {}
5353
stdout: PyKits.stdout = None
54-
current_version: typing.Dict[str, str] = {"version": "2.2.7e"}
54+
current_version: typing.Dict[str, str] = {"version": "2.2.7"}
5555
given_args: typing.List[str] = list(filter(None, sys.argv))
5656
user_folder_name: str = os.path.basename(pip_class.getUserFolder())
5757
user_folder: str = (os.path.expanduser("~") if main_os == "Darwin" else pip_class.getLocalAppData())

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ OrangeBlox is a Python [Console](https://www.google.com/search?q=developer+conso
6767
## Hashes
6868
| File | MD5 Hash |
6969
| --- | --- |
70-
| Main Bootstrap (Main.py) | `c949543c6f4364d44cdf85bef243d63c` |
70+
| Main Bootstrap (Main.py) | `a8808f37978a31a3097b4ab9a0796efa` |
7171
| Roblox FFlag Installer (RobloxFastFlagsInstaller.py) | `f4e5a3d12cf37bdaa87904c5549eba83` |
7272
| Installer (Install.py) | `b2e6c031af46b2ead519ee5a553a6edb` |
7373
| Bootstrap API (OrangeAPI.py) | `37bbde29475dc02473bd49a14d90434b` |

Version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"DiscordPresenceHandler.py": "e57bf18964ca1051872cbb1fc2543705",
99
"EfazRobloxBootstrapAPI.py": "53b09f6060371d7e5fda1192213d508d",
1010
"Install.py": "b2e6c031af46b2ead519ee5a553a6edb",
11-
"Main.py": "c949543c6f4364d44cdf85bef243d63c",
11+
"Main.py": "a8808f37978a31a3097b4ab9a0796efa",
1212
"OrangeBlox.py": "6f4b57974ad3fc30759c7c9b51a613a4"
1313
},
1414
"download_location": "https://github.com/EfazDev/orangeblox/archive/refs/heads/beta.zip"

0 commit comments

Comments
 (0)