Skip to content

Commit 85e8ac2

Browse files
committed
Final prep for 1.0.0
1 parent 67fe255 commit 85e8ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SnapshotTesting.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SnapshotTesting"
3-
s.version = "1.0"
3+
s.version = "1.0.0"
44
s.summary = "Tests that save and assert against reference data"
55

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

2222
s.source = {
2323
:git => "https://github.com/pointfreeco/swift-snapshot-testing.git",
24-
:tag => "1.0"
24+
:tag => "1.0.0"
2525
}
2626

2727
s.swift_version = "4.2"

0 commit comments

Comments
 (0)