Skip to content

Commit bd9c0ce

Browse files
committed
Updated SDK version to 24.7.4
1 parent e03e6f3 commit bd9c0ce

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Countly-PL.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 = 'Countly-PL'
3-
s.version = '24.7.3'
3+
s.version = '24.7.4'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.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 = 'Countly'
3-
s.version = '24.7.3'
3+
s.version = '24.7.4'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
"@loader_path/Frameworks",
735735
);
736736
MACOSX_DEPLOYMENT_TARGET = 10.14;
737-
MARKETING_VERSION = 24.7.3;
737+
MARKETING_VERSION = 24.7.4;
738738
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
739739
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
740740
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -766,7 +766,7 @@
766766
"@loader_path/Frameworks",
767767
);
768768
MACOSX_DEPLOYMENT_TARGET = 10.14;
769-
MARKETING_VERSION = 24.7.3;
769+
MARKETING_VERSION = 24.7.4;
770770
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
771771
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
772772
PROVISIONING_PROFILE_SPECIFIER = "";

CountlyCommon.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ @interface CountlyCommon ()
2929
#endif
3030
@end
3131

32-
NSString* const kCountlySDKVersion = @"24.7.3";
32+
NSString* const kCountlySDKVersion = @"24.7.4";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

3535
NSString* const kCountlyErrorDomain = @"ly.count.ErrorDomain";

0 commit comments

Comments
 (0)