Skip to content

Commit

Permalink
update podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dazi.dp committed Mar 14, 2017
1 parent 48ec680 commit 713191b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BeeHive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "BeeHive"
s.version = "1.2.0"
s.version = "1.4.0"
s.summary = "BeeHive is a kind of modular programming method"

s.description = <<-DESC
Expand Down
3 changes: 1 addition & 2 deletions BeeHive/BHModuleManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ - (void)registedAllModules

}


- (void)tiggerEvent:(BHModuleEventType)eventType
- (void)triggerEvent:(BHModuleEventType)eventType
{
switch (eventType) {
case BHMSetupEvent:
Expand Down

0 comments on commit 713191b

Please sign in to comment.