Skip to content

Commit

Permalink
Update SDK to v1.24.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 2, 2024
1 parent 297a2b6 commit 263f1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1-beta.1"
spec.version = "1.24.1-beta.2"
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.1-beta.1/FireworkVideo-v1.24.1-beta.1.xcframework.zip",
checksum: "8cc9e5fd56e2e0b41d1611900e0c4002fbaaf7d1fa1be421a2fe7ec2c81b0e0d")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.1-beta.2/FireworkVideo-v1.24.1-beta.2.xcframework.zip",
checksum: "9ca64462ec21c78e43523b3d6bea2ffb06be1e603dbc26502593cd55b51206f9")
]
)

0 comments on commit 263f1af

Please sign in to comment.