diff --git a/README.md b/README.md index 4833554..0331ce3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### pod支持 ##### 1. 版本 ``` -pod 'TLTransitions', '~> 1.5.0' +pod 'TLTransitions', '~> 1.5.1' ``` ##### 2. CocoaPods获取不到最新的`TLTransitions`版本问题 diff --git a/TLTransitions.podspec b/TLTransitions.podspec index c091ed3..a15603e 100644 --- a/TLTransitions.podspec +++ b/TLTransitions.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'TLTransitions' - s.version = '1.5.0' + s.version = '1.5.1' s.license = 'MIT' s.ios.deployment_target = '8.0' s.platform = :ios, '8.0'