Skip to content

Commit

Permalink
Update SDK to v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-machine-user committed Mar 25, 2022
1 parent 8d703cd commit 1837fc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG

## [0.14.1]

### Changed

- Fixes an issue where the CTA button may not appear in certain conditions

## [0.14.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "0.14.0"
spec.version = "0.14.1"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v0.14.0/FireworkVideo-v0.14.0.xcframework.zip",
checksum: "702d5e2eaf352bf719c0f66339cae33f0d9b222d0616ed2de233cbb27288705c"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v0.14.1/FireworkVideo-v0.14.1.xcframework.zip",
checksum: "b0950ebc873b360c85a5d7fe957330158d491efda1cae18ea6ca93d081ac4d3a"),
]

)

0 comments on commit 1837fc5

Please sign in to comment.