Skip to content

Commit

Permalink
Updated version to 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jam0128 committed Dec 7, 2021
1 parent 8401eea commit 4c438fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.1.3 (2021-12-07)
## Bug
* Fixed a bug where the window size did not match when the status bar was hidden.

# 9.1.2 (2021-09-24)
## Bug
* Fixed not available version issue with iOS 15 production inpo.plist bug.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "ChannelIOFront",
url: "https://mobile-static.channel.io/ios/9.1.2/spm-xcframework.zip",
checksum: "2b6f93e5a0866f065702bbf02163203f489e4d513d383154993c9e0311d96c18"
url: "https://mobile-static.channel.io/ios/9.1.3/spm-xcframework.zip",
checksum: "1228009b02ea4a5c9ab1d16c83d4dfdc2880a5581bd8f0e9d7452cf1d2440df9"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 4c438fc

Please sign in to comment.