From d6d26061d6553a493781ad3df4a8e275c43fc373 Mon Sep 17 00:00:00 2001 From: Alexis Creuzot Date: Mon, 16 Jan 2023 11:09:29 -0600 Subject: [PATCH] Bump podspec --- SwiftyGif.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftyGif.podspec b/SwiftyGif.podspec index 46d0176..a16dff7 100755 --- a/SwiftyGif.podspec +++ b/SwiftyGif.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftyGif' - s.version = '5.4.3' + s.version = '5.4.4' s.summary = 'High performance Gif engine in Swift. Add and control Gif images easily!' s.homepage = 'https://github.com/kirualex/SwiftyGif' s.license = { :type => "MIT", :file => "LICENSE" }