From af1730dde4e6c0d45bf01b99f8a41713ce536790 Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Mon, 10 May 2021 01:46:51 +0900 Subject: [PATCH] Bumping version to 9.2.0 --- Nimble.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble.podspec b/Nimble.podspec index c23ff7b1e..e2d76bf47 100644 --- a/Nimble.podspec +++ b/Nimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble" - s.version = "9.1.0" + s.version = "9.2.0" s.summary = "A Matcher Framework for Swift and Objective-C" s.description = <<-DESC Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.