Skip to content

Commit c89ea5e

Browse files
committed
pod version bump
1 parent 76474a0 commit c89ea5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notificationz.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Notificationz"
4-
s.version = "2.0.0"
4+
s.version = "2.1.0"
55
s.summary = "Helping you own NSNotificationCenter!"
66
s.description = <<-DESC
77
Provides a customizable wrapper around NSNotificationCenter
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818
s.watchos.deployment_target = "2.0"
1919
s.tvos.deployment_target = "9.0"
2020

21-
s.source = { :git => "https://github.com/SwiftKitz/Notificationz.git", :tag => "v2.0.0" }
21+
s.source = { :git => "https://github.com/SwiftKitz/Notificationz.git", :tag => "v2.1.0" }
2222
s.source_files = "Notificationz/Notificationz/**/*.swift"
2323
end

0 commit comments

Comments
 (0)