Skip to content

Commit a456a38

Browse files
committed
v2.2.6
1 parent 553137f commit a456a38

34 files changed

+96
-96
lines changed

Apps/OrangeBloxMac.zip

8 Bytes
Binary file not shown.

Apps/OrangeBloxMacIntel.zip

0 Bytes
Binary file not shown.

Apps/OrangeBloxWindows.zip

-3.04 KB
Binary file not shown.

Apps/OrangeLoader.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.2.5</string>
22+
<string>2.2.6</string>
2323
<key>CFBundleURLTypes</key>
2424
<array>
2525
<dict>
@@ -140,7 +140,7 @@
140140
</dict>
141141
</array>
142142
<key>CFBundleVersion</key>
143-
<string>2.2.5</string>
143+
<string>2.2.6</string>
144144
<key>LSApplicationCategoryType</key>
145145
<string>public.app-category.utilities</string>
146146
<key>LSMinimumSystemVersion</key>
0 Bytes
Binary file not shown.

Apps/OrangePlayRoblox.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.5</string>
20+
<string>2.2.6</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.2.5</string>
22+
<string>2.2.6</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>
0 Bytes
Binary file not shown.

Apps/OrangeRunStudio.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.5</string>
20+
<string>2.2.6</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.2.5</string>
22+
<string>2.2.6</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>
0 Bytes
Binary file not shown.

Apps/Scripts/Clang/OrangeLoader.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
140140
#endif
141141

142142
int main(int argc, char* argv[]) {
143-
std::string current_version = "2.2.5";
143+
std::string current_version = "2.2.6";
144144
std::string main_os;
145145
std::string app_path;
146146

0 commit comments

Comments
 (0)