Skip to content

Commit 8337ab7

Browse files
authored
chore: Bump version to 4.69.0 (#6883)
1 parent 3315fb4 commit 8337ab7

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
@@ -90,7 +90,7 @@ android {
9090
minSdkVersion rootProject.ext.minSdkVersion
9191
targetSdkVersion rootProject.ext.targetSdkVersion
9292
versionCode VERSIONCODE as Integer
93-
versionName "4.68.0"
93+
versionName "4.69.0"
9494
vectorDrawables.useSupportLibrary = true
9595
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
9696
resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative"

ios/RocketChatRN.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@
30063006
"@executable_path/Frameworks",
30073007
"@executable_path/../../Frameworks",
30083008
);
3009-
MARKETING_VERSION = 4.68.0;
3009+
MARKETING_VERSION = 4.69.0;
30103010
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
30113011
MTL_FAST_MATH = YES;
30123012
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -3059,7 +3059,7 @@
30593059
"@executable_path/Frameworks",
30603060
"@executable_path/../../Frameworks",
30613061
);
3062-
MARKETING_VERSION = 4.68.0;
3062+
MARKETING_VERSION = 4.69.0;
30633063
MTL_FAST_MATH = YES;
30643064
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
30653065
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.68.0</string>
31+
<string>4.69.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.68.0</string>
29+
<string>4.69.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.68.0",
3+
"version": "4.69.0",
44
"private": true,
55
"packageManager": "yarn@1.22.22",
66
"scripts": {

0 commit comments

Comments
 (0)