Skip to content

Commit 21521d9

Browse files
committed
Update SDK support library to v0.7.0
1 parent e085855 commit 21521d9

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
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.7.0]
7+
8+
### Fixed
9+
10+
- Bug fixes and improvements.
11+
612
## [0.6.0]
713

814
### Change

FireworkVideoAgoraSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FireworkVideoAgoraSupport'
3-
s.version = '0.6.0'
3+
s.version = '0.7.0'
44
s.summary = 'FireworkVideoAgoraSupport'
55

66
s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_agora_support'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
targets: [
2323
.binaryTarget(
2424
name: "FireworkVideoAgoraSupport",
25-
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.6.0/FireworkVideoAgoraSupport-v0.6.0.xcframework.zip",
26-
checksum: "fae31628d1ea09e66334611482a838f3e9a4f402ebac8f50fabc13750f26376c"
25+
url: "https://github.com/loopsocial/firework_ios_sdk_agora_support/releases/download/v0.7.0/FireworkVideoAgoraSupport-v0.7.0.xcframework.zip",
26+
checksum: "cd541cd29938ad8135980c81894fb0922d188e9a07fd733ba14f92a4473d99b9"
2727
)
2828
,
2929
.target(

0 commit comments

Comments
 (0)