Skip to content

Commit ae6cad6

Browse files
committed
release: SwiftChat v1.8.0
1 parent 655773d commit ae6cad6

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ can find the **API URL** which looks like: `https://xxx.xxx.awsapprunner.com` or
106106

107107
1. Download the App
108108

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

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

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ macOS 等多个平台。
9595

9696
1. 下载应用
9797

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

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

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 12
83-
versionName "1.7.0"
82+
versionCode 13
83+
versionName "1.8.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
@@ -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 = 12;
488+
CURRENT_PROJECT_VERSION = 13;
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.7.0;
500+
MARKETING_VERSION = 1.8.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 = 12;
529+
CURRENT_PROJECT_VERSION = 13;
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.7.0;
540+
MARKETING_VERSION = 1.8.0;
541541
OTHER_LDFLAGS = (
542542
"$(inherited)",
543543
"-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": "1.7.0",
4+
"version": "1.8.0",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

react-native/release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)