Skip to content

Commit eace275

Browse files
committed
Update SDK support library to v0.6.0-beta.2
1 parent f658232 commit eace275

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.6.0-beta.1]
6+
## [0.6.0-beta.2]
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.6.0-beta.1'
3+
s.version = '0.6.0-beta.2'
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.6.0-beta.1/FireworkVideoIVSSupport-v0.6.0-beta.1.xcframework.zip",
27-
checksum: "54c2bc92d87c05902a196ee023a1e4bbcc960e86f0de37b9395198ad7f58c2f4"
26+
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.6.0-beta.2/FireworkVideoIVSSupport-v0.6.0-beta.2.xcframework.zip",
27+
checksum: "20261773f5b04b7c042c60d876138d55ebecccd960597f0380908c377b87c068"
2828
),
2929
.target(
3030
name: "FireworkVideoIVSSupportDependencies",

0 commit comments

Comments
 (0)