From a08a7188998570f08f31482a4a90963c12f76ff5 Mon Sep 17 00:00:00 2001 From: Jorge Ovalle Date: Wed, 24 Jul 2019 16:41:30 -0500 Subject: [PATCH] Wrapping up version 3.0.0 --- Example/WLEmptyState/Info.plist | 4 ++-- WLEmptyState.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/WLEmptyState/Info.plist b/Example/WLEmptyState/Info.plist index eb18faa..738732f 100644 --- a/Example/WLEmptyState/Info.plist +++ b/Example/WLEmptyState/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 3.0.0 CFBundleSignature ???? CFBundleVersion - 1 + 3 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/WLEmptyState.podspec b/WLEmptyState.podspec index 1fa507a..7b56733 100644 --- a/WLEmptyState.podspec +++ b/WLEmptyState.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WLEmptyState' - s.version = '2.0.0' + s.version = '3.0.0' s.summary = 'Custom view for Empty states on tables or collection entities' s.description = 'A control to display a place holder in case there\'s no data on a UITableView or UICollectionView'