From 3302f7346dc9691136d7a4c392089a4c96a2c16f Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Sun, 1 Oct 2023 09:21:02 -0300 Subject: [PATCH] Updates podspec version. --- Nimble-Snapshots.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index 131b913..1ca7e4e 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble-Snapshots" - s.version = "9.5.1" + s.version = "9.6.0" s.summary = "Nimble matchers for iOSSnapshotTestCase" s.description = <<-DESC Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).