From f6f3a9be90b44317d9f10ae51eade86357c53d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E5=A4=A7=E7=BA=A2?= Date: Wed, 13 May 2020 14:11:26 +0800 Subject: [PATCH] 3.0.8 --- BMLongPressDragCellCollectionView.podspec | 2 +- .../BMLongPressDragCellCollectionView.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BMLongPressDragCellCollectionView.podspec b/BMLongPressDragCellCollectionView.podspec index 6de7527b..07ee8226 100644 --- a/BMLongPressDragCellCollectionView.podspec +++ b/BMLongPressDragCellCollectionView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BMLongPressDragCellCollectionView' -s.version = '3.0.7' +s.version = '3.0.8' s.summary = '🎉 iOS UICollectionView UICollectionViewCell long press to drag the reorder framework.' s.homepage = 'https://github.com/liangdahong/BMLongPressDragCellCollectionView' s.license = 'MIT' diff --git a/BMLongPressDragCellCollectionView/Sources/BMLongPressDragCellCollectionView/BMLongPressDragCellCollectionView.h b/BMLongPressDragCellCollectionView/Sources/BMLongPressDragCellCollectionView/BMLongPressDragCellCollectionView.h index d667dc98..ba206240 100644 --- a/BMLongPressDragCellCollectionView/Sources/BMLongPressDragCellCollectionView/BMLongPressDragCellCollectionView.h +++ b/BMLongPressDragCellCollectionView/Sources/BMLongPressDragCellCollectionView/BMLongPressDragCellCollectionView.h @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -// v3.0.7 +// v3.0.8 #import #import "BMLongPressDragCellCollectionViewDelegate.h"