From 4224fad3d9b1579fae5edd2c8ef61d5042fde99b Mon Sep 17 00:00:00 2001 From: Lucas Nelaupe Date: Tue, 31 Oct 2017 09:58:45 +0800 Subject: [PATCH] Release 1.2.0 --- SwiftQueue.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftQueue.podspec b/SwiftQueue.podspec index 76d1ff08..8f9ae60d 100644 --- a/SwiftQueue.podspec +++ b/SwiftQueue.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftQueue" - s.version = "1.1.0" + s.version = "1.2.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"