Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaelIsaev committed Nov 7, 2019
1 parent 4fb8a4b commit 5f17904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ extension Button {

Add the following line to your Podfile:
```ruby
pod 'UIKit-Plus', '~> 1.6.5'
pod 'UIKit-Plus', '~> 1.7.0'
```

#### With [Swift Package Manager](https://swift.org/package-manager/)
Expand Down
2 changes: 1 addition & 1 deletion UIKit-Plus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'UIKit-Plus'
s.module_name = 'UIKitPlus'
s.version = '1.6.5'
s.version = '1.7.0'
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'

s.swift_version = '5.1'
Expand Down

0 comments on commit 5f17904

Please sign in to comment.