diff --git a/README.md b/README.md index 74f87f4..ed656c1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **注意:** `1.4.0` 之前的版本集成了自己写的一些控件,从 `1.4.0` 版本开始,这些控件不再集成到 `RKOTools` 库中了,将会单独提供并支持 `CocoaPods` 。该页面则做目录之用,将会列出所有控件。
- + @@ -42,7 +42,7 @@ ### 集成: ```shell - pod 'RKOTools', '~> 1.11.0' + pod 'RKOTools', '~> 1.11.1' ``` --------------------------------------------------------------------- diff --git a/RKOTools.podspec b/RKOTools.podspec index 2f1c4ef..bb89fb8 100644 --- a/RKOTools.podspec +++ b/RKOTools.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "RKOTools" - s.version = "1.11.0" + s.version = "1.11.1" s.summary = "One of your own tool libraries" s.description = <<-DESC Own a tool library. @@ -85,5 +85,4 @@ Pod::Spec.new do |s| hexString.source_files = "RKOTools/HexString/*.{h,m}" end - end