From fd29358728265d84c64b2bf1a0795dd6725682fd Mon Sep 17 00:00:00 2001 From: Guihal Gwenn Date: Fri, 4 Aug 2017 11:24:14 +0200 Subject: [PATCH] Bumped to version 1.0.4 --- VSCollectionViewCellInsetFlowLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VSCollectionViewCellInsetFlowLayout.podspec b/VSCollectionViewCellInsetFlowLayout.podspec index 364ac18..bc70cca 100644 --- a/VSCollectionViewCellInsetFlowLayout.podspec +++ b/VSCollectionViewCellInsetFlowLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'VSCollectionViewCellInsetFlowLayout' - s.version = '1.0.3' + s.version = '1.0.4' s.summary = 'Apply margins to UICollectionViewCells' s.description = <<-DESC Based on the same principle of collectionView(_:layout:insetForSectionAt:), VSCollectionViewCellInsetFlowLayout provides a delegate method to define margins on UICollectionViewCell