Skip to content

Commit 8a72d5f

Browse files
committed
release: SwiftChat v2.5.0
1 parent 2de6378 commit 8a72d5f

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
@@ -31,8 +31,8 @@ across Android, iOS, and macOS platforms.
3131

3232
## 📱 Quick Download
3333

34-
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.4.0/SwiftChat.apk)
35-
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.4.0/SwiftChat.dmg)
34+
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.5.0/SwiftChat.apk)
35+
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.5.0/SwiftChat.dmg)
3636
- For iOS: Currently available through local build with Xcode
3737

3838
## Getting Started with Amazon Bedrock

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ SwiftChat 是一款快速响应的 AI 聊天应用,采用 [React Native](https
3030

3131
## 📱 快速下载
3232

33-
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.4.0/SwiftChat.apk)
34-
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.4.0/SwiftChat.dmg)
33+
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.5.0/SwiftChat.apk)
34+
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.5.0/SwiftChat.dmg)
3535
- iOS 版本:目前可通过 Xcode 本地构建使用
3636

3737
## Amazon Bedrock 入门指南

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 58
83-
versionName "2.4.0"
82+
versionCode 63
83+
versionName "2.5.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
@@ -576,7 +576,7 @@
576576
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
577577
CODE_SIGN_IDENTITY = "Apple Development";
578578
CODE_SIGN_STYLE = Automatic;
579-
CURRENT_PROJECT_VERSION = 58;
579+
CURRENT_PROJECT_VERSION = 63;
580580
DEVELOPMENT_TEAM = BUA6W9H7T3;
581581
ENABLE_BITCODE = NO;
582582
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -588,7 +588,7 @@
588588
"$(inherited)",
589589
"@executable_path/Frameworks",
590590
);
591-
MARKETING_VERSION = 2.4.0;
591+
MARKETING_VERSION = 2.5.0;
592592
OTHER_LDFLAGS = (
593593
"$(inherited)",
594594
"-ObjC",
@@ -617,7 +617,7 @@
617617
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
618618
CODE_SIGN_IDENTITY = "Apple Development";
619619
CODE_SIGN_STYLE = Automatic;
620-
CURRENT_PROJECT_VERSION = 58;
620+
CURRENT_PROJECT_VERSION = 63;
621621
DEVELOPMENT_TEAM = BUA6W9H7T3;
622622
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
623623
INFOPLIST_FILE = SwiftChat/Info.plist;
@@ -628,7 +628,7 @@
628628
"$(inherited)",
629629
"@executable_path/Frameworks",
630630
);
631-
MARKETING_VERSION = 2.4.0;
631+
MARKETING_VERSION = 2.5.0;
632632
OTHER_LDFLAGS = (
633633
"$(inherited)",
634634
"-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.4.0",
4+
"version": "2.5.0",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)