Skip to content

Commit 3719590

Browse files
committed
Updated sdk version to 23.6.1
-- Added changelog entry for version 23.6.1
1 parent d77c205 commit 3719590

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 23.6.1
2+
- Fixed SPM public header issues of `CountlyRCData.h` and `CountlyRemoteConfig.h`
3+
14
## 23.6.0
25
- !! Major breaking change !! Automatically downloaded remote config values will no longer be automatically enrolled in their AB tests.
36
- Added `CountlyRemoteConfig:` interface with new remote config methods:

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.6.0'
3+
s.version = '23.6.1'
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.6.0'
3+
s.version = '23.6.1'
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
@@ -434,7 +434,7 @@
434434
"@loader_path/Frameworks",
435435
);
436436
MACOSX_DEPLOYMENT_TARGET = 10.14;
437-
MARKETING_VERSION = 23.6.0;
437+
MARKETING_VERSION = 23.6.1;
438438
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
439439
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
440440
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -463,7 +463,7 @@
463463
"@loader_path/Frameworks",
464464
);
465465
MACOSX_DEPLOYMENT_TARGET = 10.14;
466-
MARKETING_VERSION = 23.6.0;
466+
MARKETING_VERSION = 23.6.1;
467467
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
468468
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
469469
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.6.0";
29+
NSString* const kCountlySDKVersion = @"23.6.1";
3030
NSString* const kCountlySDKName = @"objc-native-ios";
3131

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

0 commit comments

Comments
 (0)