From 8d576b09553aea8e345e1b35c3b71cb6a84ac999 Mon Sep 17 00:00:00 2001 From: Alexis Creuzot Date: Thu, 16 Dec 2021 15:26:21 -0600 Subject: [PATCH] bump version --- SwiftyGif.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftyGif.podspec b/SwiftyGif.podspec index cb0cd22..1bd2344 100755 --- a/SwiftyGif.podspec +++ b/SwiftyGif.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftyGif' - s.version = '5.4.1' + s.version = '5.4.2' 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" }