We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe255 commit 85e8ac2Copy full SHA for 85e8ac2
SnapshotTesting.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SnapshotTesting"
3
- s.version = "1.0"
+ s.version = "1.0.0"
4
s.summary = "Tests that save and assert against reference data"
5
6
s.description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
22
s.source = {
23
:git => "https://github.com/pointfreeco/swift-snapshot-testing.git",
24
- :tag => "1.0"
+ :tag => "1.0.0"
25
}
26
27
s.swift_version = "4.2"
0 commit comments