Skip to content

Commit 58a8052

Browse files
committed
Bump to up 1.9.9
1 parent 9b73c42 commit 58a8052

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HaishinKit.podspec

Lines changed: 1 addition & 1 deletion
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.8"
4+
s.version = "1.9.9"
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

Lines changed: 4 additions & 4 deletions
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.8;
2465+
MARKETING_VERSION = 1.9.9;
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.8;
2512+
MARKETING_VERSION = 1.9.9;
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.8;
2925+
MARKETING_VERSION = 1.9.9;
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.8;
2981+
MARKETING_VERSION = 1.9.9;
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

Lines changed: 1 addition & 1 deletion
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.8"
4+
s.version = "1.9.9"
55
s.summary = "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.10"
77

0 commit comments

Comments
 (0)