Skip to content

Commit 286a3f5

Browse files
committed
Bump SDKVersion to 0.27.1
1 parent 0859195 commit 286a3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
import PackageDescription
33

44
// Current stable version of the Amazon Chime SDK for iOS
5-
let SDKVersion = "0.27.0"
5+
let SDKVersion = "0.27.1"
66
let SDKMediaVersion = "0.24.0"
77
let SDKMachineLearningVersion = "0.3.1"
88

99
// Hosting url where the release artifacts are hosted.
1010
let hostingUrl = "https://amazon-chime-sdk-ios.s3.amazonaws.com"
1111

1212
// Checksums for SDKs to verify that the hosted archive file matches the archive declared in the manifest file.
13-
let SDKChecksum = "7b1c1d84cb6e1e61000936c9636a36eec25e6d2b03f9bbaace1e5dae5425afb8"
13+
let SDKChecksum = "d49cdd47cdadad79f2418927f1e08935b2f03e7de1b2021698a5441f0bd53e84"
1414
let SDKMediaChecksum = "a913300babcea09db76b0dd5cbcb9fc70e5ac567f93ae110a8c4bd6d77070c48"
1515
let SDKMachineLearningChecksum = "d0968e47808f5c1a8b83b7383d9a76435eecf018d3b7aa2aa8a65205d212f31c"
1616

0 commit comments

Comments
 (0)