Skip to content

Commit 83337c9

Browse files
authored
Merge pull request #416 from Countly/2546
feat: 25.4.6
2 parents f3683ef + f60ee77 commit 83337c9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.6
22
* Added the ability to record reserved events.
33
* Changed default log level from "CLYInternalLogLevelDebug" to "CLYInternalLogLevelVerbose".
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.5'
3+
s.version = '25.4.6'
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.5'
3+
s.version = '25.4.6'
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
@@ -772,7 +772,7 @@
772772
"@loader_path/Frameworks",
773773
);
774774
MACOSX_DEPLOYMENT_TARGET = 10.14;
775-
MARKETING_VERSION = 25.4.5;
775+
MARKETING_VERSION = 25.4.6;
776776
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
777777
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
778778
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -804,7 +804,7 @@
804804
"@loader_path/Frameworks",
805805
);
806806
MACOSX_DEPLOYMENT_TARGET = 10.14;
807-
MARKETING_VERSION = 25.4.5;
807+
MARKETING_VERSION = 25.4.6;
808808
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
809809
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
810810
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.5";
32+
NSString* const kCountlySDKVersion = @"25.4.6";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

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

0 commit comments

Comments
 (0)