Skip to content

Commit cf17112

Browse files
authored
Merge pull request #7 from EfazDev/beta
v2.2.9
2 parents 00bdf34 + f36a39f commit cf17112

27 files changed

+140
-140
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
... why did you open this one file which tells you to install orangeblox from Install.py
1+
... why did you open this one file which tells you to install orangeblox from Install.py instead.

Apps/OrangeBloxMac.zip

-1 Bytes
Binary file not shown.

Apps/OrangeBloxMacIntel.zip

-9 Bytes
Binary file not shown.

Apps/OrangeBloxWindows.zip

-889 Bytes
Binary file not shown.

Apps/Scripts/Clang/OrangeLoader.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
139139
@end
140140

141141
int main(int argc, char* argv[]) {
142-
std::string current_version = "2.2.8";
142+
std::string current_version = "2.2.9";
143143
printWarnMessage("-----------");
144144
printWarnMessage("Welcome to OrangeBlox Loader 🍊!");
145145
printWarnMessage("Made by Efaz from efaz.dev!");

Apps/Scripts/GenerateHash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def generateFileHash(file_path):
2424

2525
# Load Version.json
2626
version_json = {
27-
"version": "2.2.8",
28-
"latest_version": "2.2.8",
27+
"version": "2.2.9",
28+
"latest_version": "2.2.9",
2929
"hashes": {},
3030
"download_location": "https://github.com/EfazDev/orangeblox/archive/refs/heads/main.zip"
3131
}

Apps/Scripts/Nuitka/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<key>CFBundleName</key>
1414
<string>OrangeBlox</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.2.8</string>
16+
<string>2.2.9</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.2.8</string>
20+
<string>2.2.9</string>
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>LSApplicationCategoryType</key>

Apps/Scripts/Nuitka/RecreateWindows.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ python -m nuitka ^
1919
--msvc=latest ^
2020
--company-name=EfazDev ^
2121
--product-name=OrangeBlox ^
22-
--file-version=2.2.8 ^
23-
--product-version=2.2.8 ^
22+
--file-version=2.2.9 ^
23+
--product-version=2.2.9 ^
2424
--file-description="OrangeBlox" ^
2525
--copyright="Copyright (c) EfazDev" ^
2626
--output-dir="Apps/Building" ^

Apps/Scripts/Nuitka/RecreateWindows32.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ python -m nuitka ^
1919
--msvc=latest ^
2020
--company-name=EfazDev ^
2121
--product-name=OrangeBlox ^
22-
--file-version=2.2.8 ^
23-
--product-version=2.2.8 ^
22+
--file-version=2.2.9 ^
23+
--product-version=2.2.9 ^
2424
--file-description="OrangeBlox" ^
2525
--copyright="Copyright (c) EfazDev" ^
2626
--output-dir="Apps/Building" ^

Apps/Scripts/Nuitka/RecreateWindowsArm64.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ python -m nuitka ^
1919
--msvc=latest ^
2020
--company-name=EfazDev ^
2121
--product-name=OrangeBlox ^
22-
--file-version=2.2.8 ^
23-
--product-version=2.2.8 ^
22+
--file-version=2.2.9 ^
23+
--product-version=2.2.9 ^
2424
--file-description="OrangeBlox" ^
2525
--copyright="Copyright (c) EfazDev" ^
2626
--output-dir="Apps/Building" ^

0 commit comments

Comments
 (0)