Skip to content

Commit

Permalink
Final prep for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Dec 3, 2018
1 parent 67fe255 commit 85e8ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SnapshotTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SnapshotTesting"
s.version = "1.0"
s.version = "1.0.0"
s.summary = "Tests that save and assert against reference data"

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

s.source = {
:git => "https://github.com/pointfreeco/swift-snapshot-testing.git",
:tag => "1.0"
:tag => "1.0.0"
}

s.swift_version = "4.2"
Expand Down

0 comments on commit 85e8ac2

Please sign in to comment.