Skip to content

Commit a19d604

Browse files
authored
Merge pull request #367 from Countly/version-update-9
Version 7.9
2 parents fcdd973 + d0c54f8 commit a19d604

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 24.7.9
2+
* Improved view tracking capabilities
3+
14
## 24.7.8
25
* Added support for localization of content blocks.
36

Countly-PL.podspec

+1-1
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.8'
3+
s.version = '24.7.9'
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

+1-1
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.8'
3+
s.version = '24.7.9'
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

+2-2
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.8;
741+
MARKETING_VERSION = 24.7.9;
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.8;
773+
MARKETING_VERSION = 24.7.9;
774774
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
775775
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
776776
PROVISIONING_PROFILE_SPECIFIER = "";

CountlyCommon.m

+1-1
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.8";
32+
NSString* const kCountlySDKVersion = @"24.7.9";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

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

0 commit comments

Comments
 (0)