Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
提交新的版本号。
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Mar 7, 2018
1 parent f1dec99 commit def542c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**注意:** `1.4.0` 之前的版本集成了自己写的一些控件,从 `1.4.0` 版本开始,这些控件不再集成到 `RKOTools` 库中了,将会单独提供并支持 `CocoaPods` 。该页面则做目录之用,将会列出所有控件。

<p align="center">
<a href=""><img src="https://img.shields.io/badge/pod-v1.11.0-brightgreen.svg"></a>
<a href=""><img src="https://img.shields.io/badge/pod-v1.11.1-brightgreen.svg"></a>
<a href=""><img src="https://img.shields.io/badge/ObjectiveC-compatible-orange.svg"></a>
<a href=""><img src="https://img.shields.io/badge/platform-iOS%209.0%2B-ff69b5152950834.svg"></a>
<a href="https://github.com/rakuyoMo/RKOTools/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a>
Expand Down Expand Up @@ -42,7 +42,7 @@
### 集成:

```shell
pod 'RKOTools', '~> 1.11.0'
pod 'RKOTools', '~> 1.11.1'
```

---------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions RKOTools.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -85,5 +85,4 @@ Pod::Spec.new do |s|
hexString.source_files = "RKOTools/HexString/*.{h,m}"
end


end

0 comments on commit def542c

Please sign in to comment.