Skip to content

Commit

Permalink
Update SDK to v1.24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Oct 23, 2024
1 parent 4884f31 commit f2f1049
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,6 +1,12 @@

## CHANGELOG

## [1.24.9]

### Fixed

- The product description for video ad is empty.

## [1.24.8]

### Fixed
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.0-beta.4"
spec.version = "1.24.9"
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.0-beta.4/FireworkVideo-v1.25.0-beta.4.xcframework.zip",
checksum: "e2a94584727bbd693ca95d9fe17a491a1998792f503a508ef8253b775b3ff8ce")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.9/FireworkVideo-v1.24.9.xcframework.zip",
checksum: "d53f71d4592e57dce0943c0a032fa9d65b66bdf694409e49a3516062a47c481a")
]
)

0 comments on commit f2f1049

Please sign in to comment.