From 02148844ca6cfb27060ba2331ca0960bfaf80466 Mon Sep 17 00:00:00 2001 From: Grigorii Lutkov Date: Sat, 7 Sep 2024 00:29:52 +0300 Subject: [PATCH] build: bump version --- LGAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGAlertView.podspec b/LGAlertView.podspec index 66a8aec..adaaf0a 100644 --- a/LGAlertView.podspec +++ b/LGAlertView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'LGAlertView' - s.version = '2.4.2' + s.version = '2.4.3' s.platform = :ios, '12.0' s.license = 'MIT' s.homepage = 'https://github.com/Friend-LGA/LGAlertView'