From 5aaadd5fa72b9604141113023b20e7d0417fad96 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Wed, 14 Oct 2020 00:41:50 +0900 Subject: [PATCH] Bump version to 1.2.0 --- ASCollectionFlexLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCollectionFlexLayout.podspec b/ASCollectionFlexLayout.podspec index ba9ecc8..9e4ce51 100644 --- a/ASCollectionFlexLayout.podspec +++ b/ASCollectionFlexLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASCollectionFlexLayout" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "A custom collection layout that allows to use Texture layout specs in ASCollectionNode." s.homepage = "https://github.com/devxoul/ASCollectionFlexLayout" s.license = { :type => "MIT", :file => "LICENSE" }