From b7ca2a52eb338c153140f18712ed0b38bb9ef442 Mon Sep 17 00:00:00 2001 From: Eugene Kazaev Date: Wed, 2 Sep 2020 14:40:17 +0100 Subject: [PATCH] Updated podspec --- ChatLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatLayout.podspec b/ChatLayout.podspec index 5355d990..fa6aeef5 100644 --- a/ChatLayout.podspec +++ b/ChatLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ChatLayout' - s.version = '0.2.0' + s.version = '0.2.1' s.summary = 'An alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation.' s.swift_version = '5.2'