We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb8a4b commit 5f17904Copy full SHA for 5f17904
README.md
@@ -131,7 +131,7 @@ extension Button {
131
132
Add the following line to your Podfile:
133
```ruby
134
-pod 'UIKit-Plus', '~> 1.6.5'
+pod 'UIKit-Plus', '~> 1.7.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.6.5'
+ s.version = '1.7.0'
13
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
14
15
s.swift_version = '5.1'
0 commit comments