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

Commit def542c

Browse files
committed
提交新的版本号。
1 parent f1dec99 commit def542c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**注意:** `1.4.0` 之前的版本集成了自己写的一些控件,从 `1.4.0` 版本开始,这些控件不再集成到 `RKOTools` 库中了,将会单独提供并支持 `CocoaPods` 。该页面则做目录之用,将会列出所有控件。
66

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

4444
```shell
45-
pod 'RKOTools', '~> 1.11.0'
45+
pod 'RKOTools', '~> 1.11.1'
4646
```
4747

4848
---------------------------------------------------------------------

RKOTools.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "RKOTools"
12-
s.version = "1.11.0"
12+
s.version = "1.11.1"
1313
s.summary = "One of your own tool libraries"
1414
s.description = <<-DESC
1515
Own a tool library.
@@ -85,5 +85,4 @@ Pod::Spec.new do |s|
8585
hexString.source_files = "RKOTools/HexString/*.{h,m}"
8686
end
8787

88-
8988
end

0 commit comments

Comments
 (0)