From 5f179046489be55f72e131c01ecb99f012774d04 Mon Sep 17 00:00:00 2001 From: Mihael Isaev Date: Thu, 7 Nov 2019 07:12:22 +0400 Subject: [PATCH] Bump version --- README.md | 2 +- UIKit-Plus.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8225d..476d98a 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/UIKit-Plus.podspec b/UIKit-Plus.podspec index 2b7af85..74066d9 100644 --- a/UIKit-Plus.podspec +++ b/UIKit-Plus.podspec @@ -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'