Skip to content

Commit 117de5c

Browse files
committed
Bump version ↗️
1 parent 2d54ef0 commit 117de5c

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
@@ -40,7 +40,7 @@ Good mood
4040

4141
Add the following line to your Podfile:
4242
```ruby
43-
pod 'UIKit-Plus', '~> 1.24.0'
43+
pod 'UIKit-Plus', '~> 1.25.0'
4444
```
4545

4646
#### 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 = '1.24.1'
12+
s.version = '1.25.0'
1313
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
1414

1515
s.swift_version = '5.2'

0 commit comments

Comments
 (0)