Skip to content

Commit

Permalink
Update SDK to v1.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Feb 25, 2025
1 parent 15bf3fa commit eb6a567
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

## CHANGELOG

## [1.28.3]

### Fixed

- Bug fixes and improvements.

## [1.28.2]

### Fixed
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.28.2"
spec.version = "1.28.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.28.2/FireworkVideo-v1.28.2.xcframework.zip",
checksum: "9aa8a75e8fc1486861b7b852c8a7be9c69ed4059bd633cba0e179d61fa3df523")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.28.3/FireworkVideo-v1.28.3.xcframework.zip",
checksum: "1e025759d255ffe4945a2f6a0666a2ba68c1e91dc0e7ed7611f5a63dd2c60cdc")
]
)

0 comments on commit eb6a567

Please sign in to comment.