We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3e828 commit 043ed16Copy full SHA for 043ed16
README.md
@@ -131,7 +131,7 @@ extension Button {
131
132
Add the following line to your Podfile:
133
```ruby
134
-pod 'UIKit-Plus', '~> 1.7.0'
+pod 'UIKit-Plus', '~> 1.8.0'
135
```
136
137
#### With [Swift Package Manager](https://swift.org/package-manager/)
UIKit-Plus.podspec
@@ -9,7 +9,7 @@
9
Pod::Spec.new do |s|
10
s.name = 'UIKit-Plus'
11
s.module_name = 'UIKitPlus'
12
- s.version = '1.7.0'
+ s.version = '1.8.0'
13
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
14
15
s.swift_version = '5.1'
0 commit comments