From d41b4f532df217241f91b1636984df3cc862e623 Mon Sep 17 00:00:00 2001 From: Eugene Kazaev Date: Mon, 11 Mar 2024 11:04:15 +0000 Subject: [PATCH] Updated podspec --- ChatLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatLayout.podspec b/ChatLayout.podspec index f61f6e41..c5aa2b61 100644 --- a/ChatLayout.podspec +++ b/ChatLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ChatLayout' - s.version = '2.0.3' + s.version = '2.0.4' s.summary = 'Chat UI Library. It uses custom UICollectionViewLayout to provide you full control over the presentation.' s.swift_version = '5.8'