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'