Skip to content

Commit 23417b7

Browse files
committed
Bump SDKVersion to 0.27.0
1 parent 8ee2596 commit 23417b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

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

44
// Current stable version of the Amazon Chime SDK for iOS
5-
let SDKVersion = "0.26.2"
6-
let SDKMediaVersion = "0.23.0"
5+
let SDKVersion = "0.27.0"
6+
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 = "1382bc84a192887c511cc58bd90f9a1f262711c54b26cc826547279baf8fc4a3"
14-
let SDKMediaChecksum = "694f0d62db51e6506c1c9a9f4c66be75a291509ce24f4609de0a1bcccd24746e"
13+
let SDKChecksum = "7b1c1d84cb6e1e61000936c9636a36eec25e6d2b03f9bbaace1e5dae5425afb8"
14+
let SDKMediaChecksum = "ff4cfce4adbf3315fb214e1f2da0f53ddd9dc25dcf08a78826e8fcc088718d2a"
1515
let SDKMachineLearningChecksum = "d0968e47808f5c1a8b83b7383d9a76435eecf018d3b7aa2aa8a65205d212f31c"
1616

1717
let package = Package(

0 commit comments

Comments
 (0)