Skip to content

Commit

Permalink
feat: release 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Dec 15, 2022
1 parent 944919a commit 4e1fbcb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.4.6](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.5...3.4.6) (2022-12-15)

### Bug Fixes

* Web 端未集成圈选插件时,显示对应提示 ([944919a](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/944919a5e9b3b0c6464a3ebe402b6e08cffc5e3e))


### Features

* page attributes ([acece74](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/acece749cbffe6358ac337655c95eccfee20f192))

## [3.4.5](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/3.4.4...3.4.5) (2022-11-16)


Expand Down
2 changes: 1 addition & 1 deletion GrowingAnalytics-cdp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAnalytics-cdp'
s.version = '3.4.5'
s.version = '3.4.6'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAnalytics-cdp基于GrowingAnalytics,同样具备自动采集基本的用户行为事件,比如访问和行为数据等。
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 = '3.4.5'
s.version = '3.4.6'
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/Timer/GrowingEventTimer.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"3.4.5";
const int GrowingTrackerVersionCode = 30405;
NSString *const GrowingTrackerVersionName = @"3.4.6";
const int GrowingTrackerVersionCode = 30406;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit 4e1fbcb

Please sign in to comment.