From 7fdaa6e528f64589c4d05493f75d3bc7b548fbca Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Sun, 5 May 2019 19:44:07 +0200 Subject: [PATCH] Podspec bump --- Configs/Owl.plist | 2 +- OwlKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configs/Owl.plist b/Configs/Owl.plist index 9dcce24..77f4c29 100644 --- a/Configs/Owl.plist +++ b/Configs/Owl.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/OwlKit.podspec b/OwlKit.podspec index 1f3faad..0814115 100644 --- a/OwlKit.podspec +++ b/OwlKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "OwlKit" - s.version = "1.0.0" + s.version = "1.0.1" 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!.