From 425d9488ba55f58f0b34498c64c054c77fc2a44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kl=C3=B6ck?= Date: Wed, 11 Oct 2023 09:19:54 +0200 Subject: [PATCH] Update WrappingHStack.podspec --- WrappingHStack.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WrappingHStack.podspec b/WrappingHStack.podspec index d06c464..77470d4 100644 --- a/WrappingHStack.podspec +++ b/WrappingHStack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WrappingHStack' - s.version = '2.2.10' + s.version = '2.2.11' s.summary = 'Like HStack, but automatically positions overflowing elements on next lines.' s.description = <<-DESC WrappingHStack is a UI Element that works in a very similar way to HStack, but automatically positions overflowing elements on next lines.