We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f3659 commit a3e5820Copy full SHA for a3e5820
README.md
@@ -40,7 +40,7 @@ Good mood
40
41
Add the following line to your Podfile:
42
```ruby
43
-pod 'UIKit-Plus', '~> 1.22.0'
+pod 'UIKit-Plus', '~> 1.22.1'
44
```
45
46
#### 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.22.0'
+ s.version = '1.22.1'
13
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
14
15
s.swift_version = '5.2'
0 commit comments