Skip to content

Commit a035e66

Browse files
committed
Updated SDK version to 23.02.3
1 parent 1a9dd12 commit a035e66

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 = '23.02.2'
3+
s.version = '23.02.3'
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 = '23.02.2'
3+
s.version = '23.02.3'
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
@@ -418,7 +418,7 @@
418418
"@loader_path/Frameworks",
419419
);
420420
MACOSX_DEPLOYMENT_TARGET = 10.14;
421-
MARKETING_VERSION = 23.02.2;
421+
MARKETING_VERSION = 23.02.3;
422422
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
423423
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
424424
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -447,7 +447,7 @@
447447
"@loader_path/Frameworks",
448448
);
449449
MACOSX_DEPLOYMENT_TARGET = 10.14;
450-
MARKETING_VERSION = 23.02.2;
450+
MARKETING_VERSION = 23.02.3;
451451
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
452452
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
453453
PROVISIONING_PROFILE_SPECIFIER = "";

CountlyCommon.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ @interface CountlyCommon ()
2626
#endif
2727
@end
2828

29-
NSString* const kCountlySDKVersion = @"23.02.2";
29+
NSString* const kCountlySDKVersion = @"23.02.3";
3030
NSString* const kCountlySDKName = @"objc-native-ios";
3131

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

0 commit comments

Comments
 (0)