From 0bc000fdfb89a46f7e7ce2b47741021d20df5207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=88r=20Strindevall?= Date: Tue, 3 Sep 2019 10:26:35 +0200 Subject: [PATCH] Bump to version 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pär Strindevall --- SnapshotTest.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapshotTest.podspec b/SnapshotTest.podspec index 2e87730..9541a29 100644 --- a/SnapshotTest.podspec +++ b/SnapshotTest.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnapshotTest" - s.version = "2.1.0" + s.version = "3.0.0" s.summary = "Snapshot testing tool for iOS and tvOS" s.description = "SnapshotTest is a simple view testing tool written completely in Swift to aid with development for Apple platforms. It's like unit testing for views." s.homepage = "https://github.com/parski/SnapshotTest"