Skip to content

Commit 60254bc

Browse files
committed
release: SwiftChat v1.9.0
1 parent 44a7e6b commit 60254bc

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
@@ -140,8 +140,8 @@ can find the **API URL** which looks like: `https://xxx.xxx.awsapprunner.com` or
140140

141141
1. Download the App
142142

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

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

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ macOS 等多个平台。
128128

129129
1. 下载应用
130130

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

135135
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 13
83-
versionName "1.8.0"
82+
versionCode 24
83+
versionName "1.9.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
@@ -485,7 +485,7 @@
485485
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
486486
CODE_SIGN_IDENTITY = "Apple Development";
487487
CODE_SIGN_STYLE = Automatic;
488-
CURRENT_PROJECT_VERSION = 13;
488+
CURRENT_PROJECT_VERSION = 24;
489489
DEVELOPMENT_TEAM = BUA6W9H7T3;
490490
ENABLE_BITCODE = NO;
491491
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -497,7 +497,7 @@
497497
"$(inherited)",
498498
"@executable_path/Frameworks",
499499
);
500-
MARKETING_VERSION = 1.8.0;
500+
MARKETING_VERSION = 1.9.0;
501501
OTHER_LDFLAGS = (
502502
"$(inherited)",
503503
"-ObjC",
@@ -526,7 +526,7 @@
526526
CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
527527
CODE_SIGN_IDENTITY = "Apple Development";
528528
CODE_SIGN_STYLE = Automatic;
529-
CURRENT_PROJECT_VERSION = 13;
529+
CURRENT_PROJECT_VERSION = 24;
530530
DEVELOPMENT_TEAM = BUA6W9H7T3;
531531
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
532532
INFOPLIST_FILE = SwiftChat/Info.plist;
@@ -537,7 +537,7 @@
537537
"$(inherited)",
538538
"@executable_path/Frameworks",
539539
);
540-
MARKETING_VERSION = 1.8.0;
540+
MARKETING_VERSION = 1.9.0;
541541
OTHER_LDFLAGS = (
542542
"$(inherited)",
543543
"-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.8.0",
4+
"version": "1.9.0",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)