Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazyod committed Sep 20, 2016
1 parent 8f0ec4e commit afd7a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Datez.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Datez"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "Breeze through NSDate, NSDateComponents, and NSTimeInterval!"
s.description = <<-DESC
A swift datez library that focuses on readability, compactness,
Expand All @@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

s.source = { :git => "https://github.com/SwiftKitz/Datez.git", :tag => "v2.0.0" }
s.source = { :git => "https://github.com/SwiftKitz/Datez.git", :tag => "v2.0.1" }
s.source_files = "Datez/Datez/**/*.swift"
end

0 comments on commit afd7a41

Please sign in to comment.