From 7e74b8f63d590303d039e5e5579e195b03bbaf0b Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Fri, 24 Jul 2020 11:51:44 +0200 Subject: [PATCH] Bump to 1.1.2 --- OwlKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OwlKit.podspec b/OwlKit.podspec index b91f898..939fc0c 100644 --- a/OwlKit.podspec +++ b/OwlKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OwlKit" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "A declarative type-safe framework for building fast and flexible list with Tables & Collections" s.description = <<-DESC Owl offers a data-driven declarative approach for building fast & flexible list in iOS. It supports both UICollectionView & UITableView; UIStackView is on the way!.