Skip to content

Commit

Permalink
feat: release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed May 31, 2024
1 parent a0832b9 commit 76da54a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# [4.4.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.3.0...4.4.0) (2024-05-30)
# [4.3.1](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.3.0...4.3.1) (2024-05-31)


### Bug Fixes

* visionOS support via Cocoapods ([#317](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/317)) ([9ab87ec](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/9ab87ec8fc3710e2d7574afd84aa8ccd214a1116))


### Features

* release 4.3.1 ([8841a35](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/8841a3535af21570885f7f203b85cac87e7ab5e7))



# [4.3.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.2.0...4.3.0) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '4.4.0'
s.version = '4.3.1'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。
Expand Down
4 changes: 2 additions & 2 deletions GrowingTrackerCore/GrowingRealTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"4.4.0";
const int GrowingTrackerVersionCode = 40400;
NSString *const GrowingTrackerVersionName = @"4.3.1";
const int GrowingTrackerVersionCode = 40301;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit 76da54a

Please sign in to comment.