Skip to content

Commit 3fc07ab

Browse files
authored
Merge pull request #353 from Countly/version-24.7.5
Updated SDK version to 24.7.5
2 parents 98f8f43 + 0d31b67 commit 3fc07ab

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+
## 24.7.5
22
* Mitigated an issue with content action json parsing due to json encoding
33
* Mitigated an issue where pausing a view resulted in a '0' view duration.
44
* Mitigated an issue where an internal timer was not reset when going to foreground for `autoStoppedViews`

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.4'
3+
s.version = '24.7.5'
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.4'
3+
s.version = '24.7.5'
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
@@ -738,7 +738,7 @@
738738
"@loader_path/Frameworks",
739739
);
740740
MACOSX_DEPLOYMENT_TARGET = 10.14;
741-
MARKETING_VERSION = 24.7.4;
741+
MARKETING_VERSION = 24.7.5;
742742
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
743743
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
744744
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -770,7 +770,7 @@
770770
"@loader_path/Frameworks",
771771
);
772772
MACOSX_DEPLOYMENT_TARGET = 10.14;
773-
MARKETING_VERSION = 24.7.4;
773+
MARKETING_VERSION = 24.7.5;
774774
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
775775
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
776776
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.4";
32+
NSString* const kCountlySDKVersion = @"24.7.5";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

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

0 commit comments

Comments
 (0)