Skip to content

Commit 167a988

Browse files
committed
Bump version
1 parent 513b857 commit 167a988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Wondered?❤️ Try it yourself!😃 Now!🚀
152152

153153
Add the following line to your Podfile:
154154
```ruby
155-
pod 'UIKit-Plus', '~> 0.13.0'
155+
pod 'UIKit-Plus', '~> 0.14.0'
156156
```
157157

158158
#### With [Swift Package Manager](https://swift.org/package-manager/)

UIKit-Plus.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'UIKit-Plus'
1111
s.module_name = 'UIKitPlus'
12-
s.version = '0.13.0'
12+
s.version = '0.14.0'
1313
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
1414

1515
s.swift_version = '4.2'

0 commit comments

Comments
 (0)