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