Skip to content

Commit 158efb3

Browse files
committed
Update SDK to v1.37.4
1 parent 82751fe commit 158efb3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [1.37.4]
3+
4+
### Fixed
5+
6+
- Bug fix and improvements.
7+
28
## [1.37.3]
39

410
### Fixed

FireworkVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FireworkVideo"
3-
spec.version = "1.37.3"
3+
spec.version = "1.37.4"
44
spec.summary = "FireworkVideoSDK"
55
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
66
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "FireworkVideo",
18-
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.37.3/FireworkVideo-v1.37.3.xcframework.zip",
19-
checksum: "535059862dab2e615ff166e1aa5e09d4c07ba0f4863e1454bb5e0e2ac350bf5e")
18+
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.37.4/FireworkVideo-v1.37.4.xcframework.zip",
19+
checksum: "1e853023f83b7bdd212b2dcad29687d57320b438b653cfffda09e71f7fde49fa")
2020
]
2121
)

0 commit comments

Comments
 (0)