From 529c543b18b9e7e0dc7bcb57e133be536b21ea68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pacheco=20Neves?= Date: Tue, 31 Oct 2017 23:12:36 +0000 Subject: [PATCH] Bump version to 2.2.0 --- APNSubGroupOperationQueue.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APNSubGroupOperationQueue.podspec b/APNSubGroupOperationQueue.podspec index c58294c..4187de8 100644 --- a/APNSubGroupOperationQueue.podspec +++ b/APNSubGroupOperationQueue.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APNSubGroupOperationQueue" - s.version = "2.1.0" + s.version = "2.2.0" s.summary = "Serial processing sub groups inside your concurrent NSOperationQueue." s.description = "APNSubGroupOperationQueue is a µFramework consisting of `NSOperationQueue` subclasses (Swift & Obj-C) which allow scheduling operations in serial subgroups inside a concurrent queue"