From 85e8ac2a2fd884856732922065dc175ca70b1de4 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 3 Dec 2018 09:02:52 -0500 Subject: [PATCH] Final prep for 1.0.0 --- SnapshotTesting.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SnapshotTesting.podspec b/SnapshotTesting.podspec index e76840567..4ce1eaa7f 100644 --- a/SnapshotTesting.podspec +++ b/SnapshotTesting.podspec @@ -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 @@ -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"