From f503e371b5c9e288ef3b3a8fe588fdb956085c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Pacheco=20Neves?= Date: Sun, 10 Apr 2016 22:29:30 +0100 Subject: [PATCH] Bump version to 1.0.1 --- APNSubGroupOperationQueue.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APNSubGroupOperationQueue.podspec b/APNSubGroupOperationQueue.podspec index c243bc4..508d8f2 100644 --- a/APNSubGroupOperationQueue.podspec +++ b/APNSubGroupOperationQueue.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APNSubGroupOperationQueue" - s.version = "1.0.0" + s.version = "1.0.1" 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"