Skip to content

Commit 624c646

Browse files
committed
Bump to up 1.9.8
1 parent b7130fd commit 624c646

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 = "1.9.7"
4+
s.version = "1.9.8"
55
s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.10"
77

HaishinKit.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@
24622462
"@loader_path/Frameworks",
24632463
);
24642464
MACOSX_DEPLOYMENT_TARGET = 10.15;
2465-
MARKETING_VERSION = 1.9.7;
2465+
MARKETING_VERSION = 1.9.8;
24662466
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
24672467
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
24682468
ONLY_ACTIVE_ARCH = YES;
@@ -2509,7 +2509,7 @@
25092509
"@loader_path/Frameworks",
25102510
);
25112511
MACOSX_DEPLOYMENT_TARGET = 10.15;
2512-
MARKETING_VERSION = 1.9.7;
2512+
MARKETING_VERSION = 1.9.8;
25132513
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
25142514
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
25152515
ONLY_ACTIVE_ARCH = NO;
@@ -2922,7 +2922,7 @@
29222922
"@loader_path/Frameworks",
29232923
);
29242924
MACOSX_DEPLOYMENT_TARGET = 13.0;
2925-
MARKETING_VERSION = 1.9.7;
2925+
MARKETING_VERSION = 1.9.8;
29262926
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
29272927
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
29282928
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -2978,7 +2978,7 @@
29782978
"@loader_path/Frameworks",
29792979
);
29802980
MACOSX_DEPLOYMENT_TARGET = 13.0;
2981-
MARKETING_VERSION = 1.9.7;
2981+
MARKETING_VERSION = 1.9.8;
29822982
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
29832983
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
29842984
MTL_FAST_MATH = YES;

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 = "1.9.7"
4+
s.version = "1.9.8"
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', '1.9.7'
34+
s.dependency 'HaishinKit', '1.9.8'
3535

3636
end

0 commit comments

Comments
 (0)