From 0c7f74efb1299e1d52ce7d2cee83a9308a74d3a3 Mon Sep 17 00:00:00 2001 From: Eugene Kazaev Date: Fri, 4 Sep 2020 18:50:57 +0100 Subject: [PATCH] Updated podspec --- ChatLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatLayout.podspec b/ChatLayout.podspec index 83edccdd..fd0ec914 100644 --- a/ChatLayout.podspec +++ b/ChatLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ChatLayout' - s.version = '0.2.2' + s.version = '0.2.3' s.summary = 'An alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation.' s.swift_version = '5.2'