Skip to content

Commit

Permalink
Update SDK to v1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 19, 2024
1 parent 9dedae8 commit dfc1a45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## [1.25.2]

### Added

- Display placeholder when no option is selected.

### Fixed

- Story block does not display video under certain conditions.
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 = "1.25.2-beta.5"
spec.version = "1.25.2"
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,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.25.2-beta.5/FireworkVideo-v1.25.2-beta.5.xcframework.zip",
checksum: "e921787d2b1d12efdbab07e66525b627f786c2cc74e14724da86576a6b283a5c")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.25.2/FireworkVideo-v1.25.2.xcframework.zip",
checksum: "9cdf533489be3977a0612e38409c72a44964b308f6ac4ef8251a2264f60a044d")
]
)

0 comments on commit dfc1a45

Please sign in to comment.