Skip to content

Commit

Permalink
Update SDK support library to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Aug 23, 2024
1 parent eace275 commit c786416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0-beta.2]
## [0.6.0]

### Changed

Expand Down
2 changes: 1 addition & 1 deletion FireworkVideoIVSSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FireworkVideoIVSSupport'
s.version = '0.6.0-beta.2'
s.version = '0.6.0'
s.summary = 'FireworkVideoIVSSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_ivs_support'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideoIVSSupport",
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",
checksum: "20261773f5b04b7c042c60d876138d55ebecccd960597f0380908c377b87c068"
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.6.0/FireworkVideoIVSSupport-v0.6.0.xcframework.zip",
checksum: "22dcaffd6f4acf169a8f90a3e9171693555eef01ba557365135cab2ae4050910"
),
.target(
name: "FireworkVideoIVSSupportDependencies",
Expand Down

0 comments on commit c786416

Please sign in to comment.