Skip to content

Commit

Permalink
fix: 修改spec版本号,修改代码中版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
CaicaiNo committed Dec 23, 2020
1 parent ab7019d commit bd21b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GrowingAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'GrowingAnalytics'
s.version = '0.0.1'
s.version = '3.0.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 @@ -25,8 +25,8 @@
#import "GrowingDeepLinkHandler.h"
#import "GrowingWebWatcher.h"

NSString *const GrowingTrackerVersionName = @"0.0.1";
const int GrowingTrackerVersionCode = 1;
NSString *const GrowingTrackerVersionName = @"3.0.0";
const int GrowingTrackerVersionCode = 30000;

@interface GrowingRealTracker ()
@property(nonatomic, copy, readonly) NSDictionary *launchOptions;
Expand Down

0 comments on commit bd21b0e

Please sign in to comment.