Skip to content

Commit 52b8304

Browse files
authored
Bump version to 4.61.0 (#6344)
1 parent d3d6a00 commit 52b8304

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ android {
8888
minSdkVersion rootProject.ext.minSdkVersion
8989
targetSdkVersion rootProject.ext.targetSdkVersion
9090
versionCode VERSIONCODE as Integer
91-
versionName "4.60.0"
91+
versionName "4.61.0"
9292
vectorDrawables.useSupportLibrary = true
9393
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
9494
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" // See note below!

ios/RocketChatRN.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@
29792979
"@executable_path/Frameworks",
29802980
"@executable_path/../../Frameworks",
29812981
);
2982-
MARKETING_VERSION = 4.60.0;
2982+
MARKETING_VERSION = 4.61.0;
29832983
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
29842984
MTL_FAST_MATH = YES;
29852985
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -3023,7 +3023,7 @@
30233023
"@executable_path/Frameworks",
30243024
"@executable_path/../../Frameworks",
30253025
);
3026-
MARKETING_VERSION = 4.60.0;
3026+
MARKETING_VERSION = 4.61.0;
30273027
MTL_FAST_MATH = YES;
30283028
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
30293029
PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.NotificationService;

ios/RocketChatRN/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>4.60.0</string>
31+
<string>4.61.0</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleURLTypes</key>

ios/ShareRocketChatRN/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>XPC!</string>
2828
<key>CFBundleShortVersionString</key>
29-
<string>4.60.0</string>
29+
<string>4.61.0</string>
3030
<key>CFBundleVersion</key>
3131
<string>1</string>
3232
<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.60.0",
3+
"version": "4.61.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

0 commit comments

Comments
 (0)