Skip to content

Commit e18c4d2

Browse files
committed
Update SDK to v1.36.2
1 parent eca8195 commit e18c4d2

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.2]
3+
4+
### Fixed
5+
6+
- Bug fix and improvements.
7+
28
## [1.36.1]
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.0-beta.3"
3+
spec.version = "1.36.2"
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.0-beta.3/FireworkVideo-v1.37.0-beta.3.xcframework.zip",
19-
checksum: "42236330837be250699d770b539239de3ac870d05e4ad972a472eecce9da160a")
18+
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.36.2/FireworkVideo-v1.36.2.xcframework.zip",
19+
checksum: "21e3d0b9facc001e66b22a7da35d4159ecd8317be8d51602cb9d0c37c7a827b8")
2020
]
2121
)

0 commit comments

Comments
 (0)