Skip to content

Commit ef0991c

Browse files
committed
Update SDK to v1.36.1
1 parent 074cb25 commit ef0991c

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.36.1]
3+
4+
### Fixed
5+
6+
- Bug fix and improvements.
7+
28
## [1.36.0]
39

410
### Added

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.36.0"
3+
spec.version = "1.36.1"
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.36.0/FireworkVideo-v1.36.0.xcframework.zip",
19-
checksum: "5576914628f8532d68bf86325047711ef48a9af2608e64ddbf6bf36808a420b5")
18+
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.36.1/FireworkVideo-v1.36.1.xcframework.zip",
19+
checksum: "b1d01d984c906c80176ddbc2bc7ea36818c4e2fecbc0e056fc3feb672e567ba6")
2020
]
2121
)

0 commit comments

Comments
 (0)