From fe6e6aecaae42007ddd3e2870e8d9c65e0098e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sau=CC=81l=20Moreno=20Abril?= <93sauu@gmail.com> Date: Mon, 11 Sep 2023 23:05:02 +0200 Subject: [PATCH] release: v0.5.3 --- SwifterSwiftUI.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwifterSwiftUI.podspec b/SwifterSwiftUI.podspec index 059b46e..0893940 100644 --- a/SwifterSwiftUI.podspec +++ b/SwifterSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwifterSwiftUI' - s.version = '0.5.2' + s.version = '0.5.3' s.summary = 'SwifterSwiftUI is a collection of native SwiftUI extensions, with handy methods, syntactic sugar, and performance improvements' s.description = <<-DESC SwifterSwiftUI is a collection of native SwiftUI extensions, with handy methods, syntactic sugar, and performance improvements for wide range of SwiftUI classes –over 500 in 1– for iOS, macOS, tvOS and watchOS.