From 1c49fc1243018f81a7ea99cb5e0985b00096e9f4 Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Mon, 8 Apr 2024 09:38:09 -0700 Subject: [PATCH] [v13.3.0] Update podspec --- Nimble.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble.podspec b/Nimble.podspec index 9db796bf..c71dc107 100644 --- a/Nimble.podspec +++ b/Nimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble" - s.version = "13.2.1" + s.version = "13.3.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.