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"