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'