Skip to content

Commit

Permalink
Update SDK to v1.24.4-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 27, 2024
1 parent 92f92c1 commit 2f34d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

## CHANGELOG

## [1.24.4-beta.3]
## [1.24.4-beta.4]

### Added

- Support Hungary language

### Added
### Fixed

- Expose the entire product object for shopping hydration API.
- Shopping hydration API does not replace the product card image.

## [1.24.3]

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.24.4-beta.3"
spec.version = "1.24.4-beta.4"
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.24.4-beta.3/FireworkVideo-v1.24.4-beta.3.xcframework.zip",
checksum: "4c5420f2c743bdfe194844b3f1c6df077a476516c218b72732b43244621b5457")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.4-beta.4/FireworkVideo-v1.24.4-beta.4.xcframework.zip",
checksum: "033866b983a9e9cb9227b23ec3d281d59994c75c1dc6b85024b5e6ef3023da93")
]
)

0 comments on commit 2f34d30

Please sign in to comment.