Skip to content

Commit 5d87dfc

Browse files
authored
Merge pull request #426 from Countly/2547
feat: 25.4.7
2 parents cff4a56 + ec9f812 commit 5d87dfc

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XX.XX.XX
1+
## 25.4.7
22
* Added a new function "addCustomNetworkRequestHeaders: customHeaderValues" for providing or overriding custom headers after init.
33
* Updated user properties caching mechanism according to sessions.
44

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 = '25.4.6'
3+
s.version = '25.4.7'
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 = '25.4.6'
3+
s.version = '25.4.7'
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
@@ -780,7 +780,7 @@
780780
"@loader_path/Frameworks",
781781
);
782782
MACOSX_DEPLOYMENT_TARGET = 10.14;
783-
MARKETING_VERSION = 25.4.6;
783+
MARKETING_VERSION = 25.4.7;
784784
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
785785
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
786786
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -812,7 +812,7 @@
812812
"@loader_path/Frameworks",
813813
);
814814
MACOSX_DEPLOYMENT_TARGET = 10.14;
815-
MARKETING_VERSION = 25.4.6;
815+
MARKETING_VERSION = 25.4.7;
816816
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
817817
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
818818
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 = @"25.4.6";
32+
NSString* const kCountlySDKVersion = @"25.4.7";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

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

0 commit comments

Comments
 (0)