Bump version
This commit is contained in:
parent
d4c9096c9f
commit
7eb644241c
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'DAO'
|
||||
s.version = '1.1.1'
|
||||
s.version = '1.1.2'
|
||||
s.summary = 'DAO Library'
|
||||
s.description = 'Library provides easy way to cache entities.'
|
||||
s.homepage = 'https://github.com/RedMadRobot/DAO'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[](https://img.shields.io/github/issues/RedMadRobot/DAO.svg)
|
||||
[](https://img.shields.io/badge/pod-1.0.1-blue.svg)
|
||||
[](https://img.shields.io/badge/swift-3.0-red.svg)
|
||||
[](https://img.shields.io/badge/pod-1.0.1-blue.svg)
|
||||
[](https://img.shields.io/badge/swift-3.0-red.svg)
|
||||
[](https://img.shields.io/badge/license-MIT-blue.svg)
|
||||
|
||||
|
||||
|
|
@ -63,8 +63,8 @@ Please look at the example project for more information.
|
|||
|
||||
## Requirements
|
||||
|
||||
- XCode 8
|
||||
- Swift 3
|
||||
- XCode 9
|
||||
- Swift 4
|
||||
- iOS 9
|
||||
|
||||
## Authors
|
||||
|
|
|
|||
Loading…
Reference in New Issue