Skip to content

Commit

Permalink
Update SDK to v1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 20, 2024
1 parent d0f286d commit fe610d2
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.3-beta.3]
## [1.24.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.3-beta.3"
spec.version = "1.24.3"
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.3-beta.3/FireworkVideo-v1.24.3-beta.3.xcframework.zip",
checksum: "b3b55f06c44a3e15ab3ccfdba811c697d714f2296d715129fa1d526aa032d139")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.3/FireworkVideo-v1.24.3.xcframework.zip",
checksum: "59abd58ad8f0a882d02766454fa3e14924cc354027f430c313dde504f0db5e51")
]
)

0 comments on commit fe610d2

Please sign in to comment.