Skip to content

Commit

Permalink
feat: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Oct 12, 2021
1 parent 4767fe9 commit 1b85e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrowingToolsKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'GrowingToolsKit'
s.version = '0.1.1'
s.version = '0.2.0'
s.summary = 'GrowingToolsKit for iOS GrowingIO SDK'
s.description = <<-DESC
TODO: Add long description of the pod here.
Expand Down
2 changes: 1 addition & 1 deletion GrowingToolsKit/Core/GrowingRealToolsKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#import "GrowingTKEntryWindow.h"

NSString *const GrowingToolsKitName = @"GrowingToolsKit";
NSString *const GrowingToolsKitVersion = @"0.1.1";
NSString *const GrowingToolsKitVersion = @"0.2.0";

NSString *const GrowingTKHomeWillShowNotification = @"GrowingTKHomeWillShowNotification";
NSString *const GrowingTKHomeShouldHideNotification = @"GrowingTKHomeShouldHideNotification";
Expand Down

0 comments on commit 1b85e05

Please sign in to comment.