From 0e445aacf4bad4e74406d50959e4b4f2bafa45b9 Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Tue, 5 Nov 2024 14:50:57 -0800 Subject: [PATCH] [v13.6.1] Update podspec --- Nimble.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble.podspec b/Nimble.podspec index 2c9865bb1..e31a3eb7c 100644 --- a/Nimble.podspec +++ b/Nimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble" - s.version = "13.6.0" + s.version = "13.6.1" 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.