Skip to content

Commit 77c5592

Browse files
committed
Bump version
1 parent 430b00a commit 77c5592

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
@@ -121,7 +121,7 @@ Check it out with `Example` project 🎮 it works through Swift Package Manager
121121

122122
Add the following line to your Podfile:
123123
```ruby
124-
pod 'UIKit-Plus', '~> 1.4.1'
124+
pod 'UIKit-Plus', '~> 1.5.0'
125125
```
126126

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

1515
s.swift_version = '5.1'

0 commit comments

Comments
 (0)