Skip to content

Commit 5f17904

Browse files
committed
Bump version
1 parent 4fb8a4b commit 5f17904

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
@@ -131,7 +131,7 @@ extension Button {
131131

132132
Add the following line to your Podfile:
133133
```ruby
134-
pod 'UIKit-Plus', '~> 1.6.5'
134+
pod 'UIKit-Plus', '~> 1.7.0'
135135
```
136136

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

1515
s.swift_version = '5.1'

0 commit comments

Comments
 (0)