Skip to content

Commit b452cbf

Browse files
committed
release: SwiftChat v2.9.0
1 parent 93d7228 commit b452cbf

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ capabilities across Android, iOS, and macOS platforms.
5454
5555
## 📱 Quick Download
5656

57-
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.8.0/SwiftChat.apk)
58-
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.8.0/SwiftChat.dmg)
57+
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.9.0/SwiftChat.apk)
58+
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.9.0/SwiftChat.dmg)
5959
- For iOS: Currently available through local build with Xcode
6060

6161
## Getting Started with Amazon Bedrock

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ SwiftChat 是一款快速响应的 AI 助手,采用 [React Native](https://rea
5353
5454
## 📱 快速下载
5555

56-
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.8.0/SwiftChat.apk)
57-
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.8.0/SwiftChat.dmg)
56+
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.9.0/SwiftChat.apk)
57+
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.9.0/SwiftChat.dmg)
5858
- iOS 版本:目前可通过 Xcode 本地构建使用
5959

6060
## Amazon Bedrock 入门指南

react-native/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
applicationId "com.aws.swiftchat"
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
83-
versionCode 94
84-
versionName "2.8.0"
83+
versionCode 96
84+
versionName "2.9.0"
8585
ndk {
8686
//noinspection ChromeOsAbiSupport
8787
abiFilters 'arm64-v8a'

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
732732
CODE_SIGN_IDENTITY = "Apple Development";
733733
CODE_SIGN_STYLE = Automatic;
734-
CURRENT_PROJECT_VERSION = 94;
734+
CURRENT_PROJECT_VERSION = 96;
735735
DEAD_CODE_STRIPPING = YES;
736736
DEVELOPMENT_TEAM = BUA6W9H7T3;
737737
ENABLE_BITCODE = NO;
@@ -749,7 +749,7 @@
749749
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
750750
"$(inherited)",
751751
);
752-
MARKETING_VERSION = 2.8.0;
752+
MARKETING_VERSION = 2.9.0;
753753
OTHER_LDFLAGS = (
754754
"$(inherited)",
755755
"-ObjC",
@@ -779,7 +779,7 @@
779779
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
780780
CODE_SIGN_IDENTITY = "Apple Development";
781781
CODE_SIGN_STYLE = Automatic;
782-
CURRENT_PROJECT_VERSION = 94;
782+
CURRENT_PROJECT_VERSION = 96;
783783
DEAD_CODE_STRIPPING = YES;
784784
DEVELOPMENT_TEAM = BUA6W9H7T3;
785785
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -796,7 +796,7 @@
796796
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
797797
"$(inherited)",
798798
);
799-
MARKETING_VERSION = 2.8.0;
799+
MARKETING_VERSION = 2.9.0;
800800
OTHER_LDFLAGS = (
801801
"$(inherited)",
802802
"-ObjC",
@@ -830,7 +830,7 @@
830830
CODE_SIGN_ENTITLEMENTS = SwiftChatLiveActivityExtension.entitlements;
831831
CODE_SIGN_IDENTITY = "Apple Development";
832832
CODE_SIGN_STYLE = Automatic;
833-
CURRENT_PROJECT_VERSION = 94;
833+
CURRENT_PROJECT_VERSION = 96;
834834
DEAD_CODE_STRIPPING = YES;
835835
DEBUG_INFORMATION_FORMAT = dwarf;
836836
DEVELOPMENT_TEAM = BUA6W9H7T3;
@@ -884,7 +884,7 @@
884884
CODE_SIGN_IDENTITY = "Apple Development";
885885
CODE_SIGN_STYLE = Automatic;
886886
COPY_PHASE_STRIP = NO;
887-
CURRENT_PROJECT_VERSION = 94;
887+
CURRENT_PROJECT_VERSION = 96;
888888
DEAD_CODE_STRIPPING = YES;
889889
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
890890
DEVELOPMENT_TEAM = BUA6W9H7T3;

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.8.0",
4+
"version": "2.9.0",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)