Skip to content

Commit 9b34a32

Browse files
authored
chore: Bump version to 4.75.0 (#7459)
1 parent dfbaa3d commit 9b34a32

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ android {
9090
minSdkVersion rootProject.ext.minSdkVersion
9191
targetSdkVersion rootProject.ext.targetSdkVersion
9292
versionCode VERSIONCODE as Integer
93-
versionName "4.74.0"
93+
versionName "4.75.0"
9494
vectorDrawables.useSupportLibrary = true
9595
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
9696
}

ios/RocketChatRN.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@
20892089
"@executable_path/Frameworks",
20902090
"@executable_path/../../Frameworks",
20912091
);
2092-
MARKETING_VERSION = 4.74.0;
2092+
MARKETING_VERSION = 4.75.0;
20932093
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
20942094
MTL_FAST_MATH = YES;
20952095
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -2142,7 +2142,7 @@
21422142
"@executable_path/Frameworks",
21432143
"@executable_path/../../Frameworks",
21442144
);
2145-
MARKETING_VERSION = 4.74.0;
2145+
MARKETING_VERSION = 4.75.0;
21462146
MTL_FAST_MATH = YES;
21472147
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
21482148
PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.ios.NotificationService;

ios/RocketChatRN/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<key>CFBundlePackageType</key>
2727
<string>APPL</string>
2828
<key>CFBundleShortVersionString</key>
29-
<string>4.74.0</string>
29+
<string>4.75.0</string>
3030
<key>CFBundleSignature</key>
3131
<string>????</string>
3232
<key>CFBundleURLTypes</key>

ios/ShareRocketChatRN/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>4.74.0</string>
22+
<string>4.75.0</string>
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
2525
<key>KeychainGroup</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rocket-chat-reactnative",
3-
"version": "4.74.0",
3+
"version": "4.75.0",
44
"private": true,
55
"packageManager": "pnpm@10.33.4",
66
"scripts": {

0 commit comments

Comments
 (0)