Skip to content

Commit

Permalink
Release 0.2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Jun 23, 2018
1 parent a21eed7 commit d539008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tagged.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Tagged"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A library for safer types."

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|

s.source = {
:git => "https://github.com/pointfreeco/swift-tagged.git",
:tag => "0.1.0"
:tag => "0.2.0"
}

s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit d539008

Please sign in to comment.