Skip to content

Commit

Permalink
Update SDK to v1.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Jan 22, 2025
1 parent 260eb53 commit 230b9d6
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.27.5]

### Fixed

- Bug fixes and improvements.

## [1.27.4]

### 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.27.4"
spec.version = "1.27.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.27.4/FireworkVideo-v1.27.4.xcframework.zip",
checksum: "620ac072ce6c48b3eb849d7fbdf3eab2ba233b9dca93f7931d101b031e9ffc09")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.27.5/FireworkVideo-v1.27.5.xcframework.zip",
checksum: "9148b46d21d0cd271d5739f40e21755e4192a0a7e4df6bc3be46efadb76e9b64")
]
)

0 comments on commit 230b9d6

Please sign in to comment.