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.