Skip to content

Commit eb8c288

Browse files
committed
release: SwiftChat v2.3.0
1 parent b27ba9d commit eb8c288

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
## 📱 Quick Download
99

10-
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.2.0/SwiftChat.apk)
11-
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.2.0/SwiftChat.dmg)
10+
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.3.0/SwiftChat.apk)
11+
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.3.0/SwiftChat.dmg)
1212
- For iOS: Currently available through local build with Xcode
1313

1414
[中文](/README_CN.md)

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
## 📱 快速下载
99

10-
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.2.0/SwiftChat.apk)
11-
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.2.0/SwiftChat.dmg)
10+
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.3.0/SwiftChat.apk)
11+
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.3.0/SwiftChat.dmg)
1212
- iOS 版本:目前可通过 Xcode 本地构建使用
1313

1414
[English](/README.md)

react-native/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ android {
7979
applicationId "com.aws.swiftchat"
8080
minSdkVersion rootProject.ext.minSdkVersion
8181
targetSdkVersion rootProject.ext.targetSdkVersion
82-
versionCode 48
83-
versionName "2.2.0"
82+
versionCode 54
83+
versionName "2.3.0"
8484
ndk {
8585
//noinspection ChromeOsAbiSupport
8686
abiFilters 'arm64-v8a'

react-native/ios/SwiftChat.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
545545
CODE_SIGN_IDENTITY = "Apple Development";
546546
CODE_SIGN_STYLE = Automatic;
547-
CURRENT_PROJECT_VERSION = 48;
547+
CURRENT_PROJECT_VERSION = 54;
548548
DEVELOPMENT_TEAM = BUA6W9H7T3;
549549
ENABLE_BITCODE = NO;
550550
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -556,7 +556,7 @@
556556
"$(inherited)",
557557
"@executable_path/Frameworks",
558558
);
559-
MARKETING_VERSION = 2.2.0;
559+
MARKETING_VERSION = 2.3.0;
560560
OTHER_LDFLAGS = (
561561
"$(inherited)",
562562
"-ObjC",
@@ -585,7 +585,7 @@
585585
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
586586
CODE_SIGN_IDENTITY = "Apple Development";
587587
CODE_SIGN_STYLE = Automatic;
588-
CURRENT_PROJECT_VERSION = 48;
588+
CURRENT_PROJECT_VERSION = 54;
589589
DEVELOPMENT_TEAM = BUA6W9H7T3;
590590
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
591591
INFOPLIST_FILE = SwiftChat/Info.plist;
@@ -596,7 +596,7 @@
596596
"$(inherited)",
597597
"@executable_path/Frameworks",
598598
);
599-
MARKETING_VERSION = 2.2.0;
599+
MARKETING_VERSION = 2.3.0;
600600
OTHER_LDFLAGS = (
601601
"$(inherited)",
602602
"-ObjC",

react-native/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swift-chat",
33
"description": "Sample Bedrock Cross-platform App - SwiftChat",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)