Skip to content

Commit 3c9f010

Browse files
committed
Bump to up 1.9.4
1 parent 6282e82 commit 3c9f010

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.3"
4+
s.version = "1.9.4"
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
@@ -2458,7 +2458,7 @@
24582458
"@loader_path/Frameworks",
24592459
);
24602460
MACOSX_DEPLOYMENT_TARGET = 10.15;
2461-
MARKETING_VERSION = 1.9.3;
2461+
MARKETING_VERSION = 1.9.4;
24622462
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
24632463
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
24642464
ONLY_ACTIVE_ARCH = YES;
@@ -2505,7 +2505,7 @@
25052505
"@loader_path/Frameworks",
25062506
);
25072507
MACOSX_DEPLOYMENT_TARGET = 10.15;
2508-
MARKETING_VERSION = 1.9.3;
2508+
MARKETING_VERSION = 1.9.4;
25092509
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
25102510
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
25112511
ONLY_ACTIVE_ARCH = NO;
@@ -2918,7 +2918,7 @@
29182918
"@loader_path/Frameworks",
29192919
);
29202920
MACOSX_DEPLOYMENT_TARGET = 13.0;
2921-
MARKETING_VERSION = 1.9.3;
2921+
MARKETING_VERSION = 1.9.4;
29222922
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
29232923
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
29242924
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -2974,7 +2974,7 @@
29742974
"@loader_path/Frameworks",
29752975
);
29762976
MACOSX_DEPLOYMENT_TARGET = 13.0;
2977-
MARKETING_VERSION = 1.9.3;
2977+
MARKETING_VERSION = 1.9.4;
29782978
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
29792979
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
29802980
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.3"
4+
s.version = "1.9.4"
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.3'
34+
s.dependency 'HaishinKit', '1.9.4'
3535

3636
end

0 commit comments

Comments
 (0)