Skip to content

Commit bf57bb7

Browse files
committed
Bump version to 2.0.0
1 parent 53a13c8 commit bf57bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

APNSubGroupOperationQueue.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "APNSubGroupOperationQueue"
3-
s.version = "1.0.3"
3+
s.version = "2.0.0"
44
s.summary = "Serial processing sub groups inside your concurrent NSOperationQueue."
55
s.description = "APNSubGroupOperationQueue is a µFramework consisting of `NSOperationQueue` subclasses (Swift & Obj-C) which allow scheduling operations in serial subgroups inside a concurrent queue"
66

@@ -20,4 +20,4 @@ Pod::Spec.new do |s|
2020
s.source_files = "Sources/**/SubGroupOperationQueue.{h,m,swift}"
2121

2222
s.framework = "Foundation"
23-
end
23+
end

0 commit comments

Comments
 (0)