From 6cf4dafea09029ddac56ed72b46bbd4d72e4e802 Mon Sep 17 00:00:00 2001 From: Jorge Ovalle Date: Thu, 1 Aug 2019 17:49:19 -0500 Subject: [PATCH] update version to 3.1.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 738732f..3bfca1d 100644 --- a/Example/WLEmptyState/Info.plist +++ b/Example/WLEmptyState/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.1.0 CFBundleSignature ???? CFBundleVersion - 3 + 4 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/WLEmptyState.podspec b/WLEmptyState.podspec index 7b56733..e3500e5 100644 --- a/WLEmptyState.podspec +++ b/WLEmptyState.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WLEmptyState' - s.version = '3.0.0' + s.version = '3.1.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'