Skip to content

Commit

Permalink
Update SDK to v1.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Oct 1, 2024
1 parent ca193e8 commit 6d3485d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## CHANGELOG

## [1.24.5-beta.3]
## [1.24.5]

### 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.5-beta.4"
spec.version = "1.24.5"
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.5-beta.4/FireworkVideo-v1.24.5-beta.4.xcframework.zip",
checksum: "096cddd4e525775301de1965937c15395a0435f862ec335c73d2fa271d8515e1")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.5/FireworkVideo-v1.24.5.xcframework.zip",
checksum: "debfc92717917a4a7124fb87e31e5001fd3e85593988a433011ef6d7348805c0")
]
)

0 comments on commit 6d3485d

Please sign in to comment.