Skip to content

Commit c428268

Browse files
committed
release: SwiftChat v2.1.0
1 parent 203ba44 commit c428268

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
@@ -7,8 +7,8 @@
77

88
## 📱 Quick Download
99

10-
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.0.0/SwiftChat.apk)
11-
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.0.0/SwiftChat.dmg)
10+
- [Download for Android](https://github.com/aws-samples/swift-chat/releases/download/2.1.0/SwiftChat.apk)
11+
- [Download for macOS](https://github.com/aws-samples/swift-chat/releases/download/2.1.0/SwiftChat.dmg)
1212
- For iOS: Currently available through local build with Xcode
1313

1414
[中文](/README_CN.md)

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
## 📱 快速下载
99

10-
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.0.0/SwiftChat.apk)
11-
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.0.0/SwiftChat.dmg)
10+
- [下载 Android 版本](https://github.com/aws-samples/swift-chat/releases/download/2.1.0/SwiftChat.apk)
11+
- [下载 macOS 版本](https://github.com/aws-samples/swift-chat/releases/download/2.1.0/SwiftChat.dmg)
1212
- iOS 版本:目前可通过 Xcode 本地构建使用
1313

1414
[English](/README.md)

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 40
83-
versionName "2.0.0"
82+
versionCode 41
83+
versionName "2.1.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 = 40;
494+
CURRENT_PROJECT_VERSION = 41;
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 = 2.0.0;
506+
MARKETING_VERSION = 2.1.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 = 40;
535+
CURRENT_PROJECT_VERSION = 41;
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 = 2.0.0;
546+
MARKETING_VERSION = 2.1.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": "2.0.0",
4+
"version": "2.1.0",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)