From f31b8fdc57759c5aa5fc98c70746db5556e73300 Mon Sep 17 00:00:00 2001 From: Daniel Kloeck Date: Wed, 24 May 2023 10:56:35 +0200 Subject: [PATCH] update podpec version --- WrappingHStack.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WrappingHStack.podspec b/WrappingHStack.podspec index c06b7e2..d06c464 100644 --- a/WrappingHStack.podspec +++ b/WrappingHStack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WrappingHStack' - s.version = '2.2.9' + s.version = '2.2.10' 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.