Skip to content

Commit

Permalink
Update SDK to v1.24.5-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 27, 2024
1 parent 1cab307 commit b43bac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@

## CHANGELOG

## [1.24.4]

### Added

- Support Hungary language.

### Fixed

- Shopping hydration API does not replace the product card image.

## [1.24.3]
## [1.24.3-beta.3]

### 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 = "1.24.4"
spec.version = "1.24.5-beta.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,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.4/FireworkVideo-v1.24.4.xcframework.zip",
checksum: "63faad2a5778798ddbfab7b055c1c3eb94c2e4fee01308c4daaf6f52b0f635d8")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.5-beta.1/FireworkVideo-v1.24.5-beta.1.xcframework.zip",
checksum: "0e17de8d9648307e0f4d532d97d1d921e16eb5dee77898ae9d38e1d3db9b03f2")
]
)

0 comments on commit b43bac3

Please sign in to comment.