Skip to content

Commit b656bec

Browse files
committed
Update SDK support library to v0.9.3
1 parent 1e1e16b commit b656bec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [0.9.1]
6+
## [0.9.3]
77

88
### Changed
99

FireworkVideoIVSSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FireworkVideoIVSSupport'
3-
s.version = '0.9.2'
3+
s.version = '0.9.3'
44
s.summary = 'FireworkVideoIVSSupport'
55

66
s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_ivs_support'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
targets: [
2424
.binaryTarget(
2525
name: "FireworkVideoIVSSupport",
26-
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.9.2/FireworkVideoIVSSupport-v0.9.2.xcframework.zip",
27-
checksum: "05553bc143980774085ff0d01fc76cc59bdba7d12614ad728ac1d483d675f075"
26+
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.9.3/FireworkVideoIVSSupport-v0.9.3.xcframework.zip",
27+
checksum: "c3d4b6247faf85eafd35dd2b7fd124d63d6992d78661f414c9e32373239ab0f6"
2828
),
2929
.target(
3030
name: "FireworkVideoIVSSupportDependencies",

0 commit comments

Comments
 (0)