Skip to content

Commit 7d08db3

Browse files
committed
release: SwiftChat v1.10.0
1 parent 973b2b9 commit 7d08db3

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ can find the **API URL** which looks like: `https://xxx.xxx.awsapprunner.com` or
142142

143143
1. Download the App
144144

145-
- Android App click to [Download](https://github.com/aws-samples/swift-chat/releases/download/1.9.0/SwiftChat.apk)
146-
- macOS App click to [Download](https://github.com/aws-samples/swift-chat/releases/download/1.9.0/SwiftChat.dmg)
145+
- Android App click to [Download](https://github.com/aws-samples/swift-chat/releases/download/1.10.0/SwiftChat.apk)
146+
- macOS App click to [Download](https://github.com/aws-samples/swift-chat/releases/download/1.10.0/SwiftChat.dmg)
147147
- iOS (Currently we do not provide the iOS version, you can build it locally with Xcode)
148148

149149
2. Launch the App, open the drawer menu, and tap **Settings**.

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ SwiftChat 是一款快速响应的 AI 聊天应用,采用 [React Native](https
133133

134134
1. 下载应用
135135

136-
- Android 应用点击 [下载](https://github.com/aws-samples/swift-chat/releases/download/1.9.0/SwiftChat.apk)
137-
- macOS 应用点击 [下载](https://github.com/aws-samples/swift-chat/releases/download/1.9.0/SwiftChat.dmg)
136+
- Android 应用点击 [下载](https://github.com/aws-samples/swift-chat/releases/download/1.10.0/SwiftChat.apk)
137+
- macOS 应用点击 [下载](https://github.com/aws-samples/swift-chat/releases/download/1.10.0/SwiftChat.dmg)
138138
- iOS (目前不提供 iOS 版本,您可以使用 Xcode 在本地构建)
139139

140140
2. 启动应用,点击左侧菜单按钮,并点击底部的 **Settings**

react-native/android/app/build.gradle

+2-2
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 24
83-
versionName "1.9.0"
82+
versionCode 26
83+
versionName "1.10.0"
8484
ndk {
8585
//noinspection ChromeOsAbiSupport
8686
abiFilters 'arm64-v8a'

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
492492
CODE_SIGN_IDENTITY = "Apple Development";
493493
CODE_SIGN_STYLE = Automatic;
494-
CURRENT_PROJECT_VERSION = 24;
494+
CURRENT_PROJECT_VERSION = 26;
495495
DEVELOPMENT_TEAM = BUA6W9H7T3;
496496
ENABLE_BITCODE = NO;
497497
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -503,7 +503,7 @@
503503
"$(inherited)",
504504
"@executable_path/Frameworks",
505505
);
506-
MARKETING_VERSION = 1.9.0;
506+
MARKETING_VERSION = 1.10.0;
507507
OTHER_LDFLAGS = (
508508
"$(inherited)",
509509
"-ObjC",
@@ -532,7 +532,7 @@
532532
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
533533
CODE_SIGN_IDENTITY = "Apple Development";
534534
CODE_SIGN_STYLE = Automatic;
535-
CURRENT_PROJECT_VERSION = 24;
535+
CURRENT_PROJECT_VERSION = 26;
536536
DEVELOPMENT_TEAM = BUA6W9H7T3;
537537
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
538538
INFOPLIST_FILE = SwiftChat/Info.plist;
@@ -543,7 +543,7 @@
543543
"$(inherited)",
544544
"@executable_path/Frameworks",
545545
);
546-
MARKETING_VERSION = 1.9.0;
546+
MARKETING_VERSION = 1.10.0;
547547
OTHER_LDFLAGS = (
548548
"$(inherited)",
549549
"-ObjC",

react-native/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-native/package.json

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

0 commit comments

Comments
 (0)