From b1e704d33322c9b33463983814ac1fdebe93adf8 Mon Sep 17 00:00:00 2001 From: WangWei Date: Wed, 26 Jun 2019 15:54:05 +0800 Subject: [PATCH] release: version 3.0.2 --- Example/Info.plist | 4 ++-- TBEmptyDataSet.podspec | 2 +- TBEmptyDataSet/Supporting Files/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Info.plist b/Example/Info.plist index 23a53a6..082e620 100644 --- a/Example/Info.plist +++ b/Example/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.1 + 3.0.2 CFBundleSignature ???? CFBundleVersion - 22 + 23 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/TBEmptyDataSet.podspec b/TBEmptyDataSet.podspec index 883c842..42e73be 100644 --- a/TBEmptyDataSet.podspec +++ b/TBEmptyDataSet.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TBEmptyDataSet" - s.version = "3.0.1" + s.version = "3.0.2" s.summary = "An extension of UITableView/UICollectionView's super class, it will display a placeholder when the data is empty." s.homepage = "https://github.com/teambition/TBEmptyDataSet" diff --git a/TBEmptyDataSet/Supporting Files/Info.plist b/TBEmptyDataSet/Supporting Files/Info.plist index dc2b99a..49ca846 100644 --- a/TBEmptyDataSet/Supporting Files/Info.plist +++ b/TBEmptyDataSet/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.0.2 CFBundleSignature ???? CFBundleVersion