Skip to content

Commit

Permalink
更新ios sdk到2.0.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiangboy committed Nov 6, 2019
1 parent 58b3ea5 commit 28afba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DoraemonKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = 'DoraemonKit'
s.version = '1.2.4'
s.version = '2.0.0'
s.summary = 'iOS各式各样的工具集合'
s.description = <<-DESC
iOS各式各样的工具集合 Desc
Expand Down
2 changes: 1 addition & 1 deletion iOS/DoraemonKit/Src/Core/Define/DoraemonDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import "DoraemonToastUtil.h"
#import "DoraemonAlertUtil.h"

#define DoKitVersion @"1.2.4"
#define DoKitVersion @"2.0.0"

#define DoraemonScreenWidth [UIScreen mainScreen].bounds.size.width
#define DoraemonScreenHeight [UIScreen mainScreen].bounds.size.height
Expand Down

0 comments on commit 28afba8

Please sign in to comment.