Skip to content

Commit

Permalink
feat: release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Nov 17, 2023
1 parent 8e88e61 commit e2f7ad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.7.1'
s.version = '3.8.0'
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.7.1'
s.version = '3.8.0'
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 @@ -38,8 +38,8 @@
#import "GrowingTrackerCore/Utils/GrowingDeviceInfo.h"
#import "GrowingULAppLifecycle.h"

NSString *const GrowingTrackerVersionName = @"3.7.1";
const int GrowingTrackerVersionCode = 30701;
NSString *const GrowingTrackerVersionName = @"3.8.0";
const int GrowingTrackerVersionCode = 30800;

@interface GrowingRealTracker ()

Expand Down

0 comments on commit e2f7ad8

Please sign in to comment.