From 3554747df4a1bd80282100b13e24bedd00ec2e72 Mon Sep 17 00:00:00 2001 From: Lucas Nelaupe <7482647+lucas34@users.noreply.github.com> Date: Fri, 21 Sep 2018 23:14:15 +0800 Subject: [PATCH] Release 2.3.0 (#184) --- SwiftQueue.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftQueue.podspec b/SwiftQueue.podspec index 9b94dffa..2853fec8 100644 --- a/SwiftQueue.podspec +++ b/SwiftQueue.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftQueue" - s.version = "2.2.0" + s.version = "2.3.0" s.summary = "SwiftQueue" s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more" s.homepage = "https://github.com/lucas34/SwiftQueue"