Skip to content

Commit

Permalink
update version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hulk committed Jul 19, 2021
1 parent b169adc commit 2598a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DiDiPrism.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "DiDiPrism"
spec.version = "0.1.1"
spec.version = "0.2.0"
spec.summary = "一款专注移动端操作行为的工具"

# This description is used to generate tags and improve search results.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ - (void)viewDidLoad {
PrismDataBubbleComponent *bubbleComponent = [[PrismDataBubbleComponent alloc] init];
bubbleComponent.dataProvider = self;
[[PrismDataVisualizationManager sharedManager] registerComponent:bubbleComponent];

[PrismDataVisualizationManager sharedManager].enable = YES;

[self initView];
Expand Down

0 comments on commit 2598a6e

Please sign in to comment.