Skip to content

Commit 7bf0551

Browse files
committed
Bump to up 2.0.0-beta.3
1 parent 44e1bb9 commit 7bf0551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HaishinKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "HaishinKit"
4-
s.version = "2.0.0-beta.2"
4+
s.version = "2.0.0-beta.3"
55
s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.10"
77

SRTHaishinKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SRTHaishinKit"
4-
s.version = "2.0.0-beta.2"
4+
s.version = "2.0.0-beta.3"
55
s.summary = "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.10"
77

@@ -31,6 +31,6 @@ Pod::Spec.new do |s|
3131

3232
s.source_files = "SRTHaishinKit/*.{h,swift}"
3333
s.vendored_frameworks = "Vendor/SRT/libsrt.xcframework"
34-
s.dependency 'HaishinKit', '2.0.0-beta.2'
34+
s.dependency 'HaishinKit', '2.0.0-beta.3'
3535

3636
end

0 commit comments

Comments
 (0)