From ad6972aeb1f6ac6737b6b631fc92098639a6ac66 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Thu, 9 May 2024 23:16:45 -0700 Subject: [PATCH] Bump the podspec to 3.8.10 --- KIF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KIF.podspec b/KIF.podspec index 1c7ddedb..c99b9798 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.8.9" + s.version = "3.8.10" s.summary = "Keep It Functional - iOS UI acceptance testing in an XCUnit harness." s.homepage = "https://github.com/kif-framework/KIF/" s.license = 'Apache 2.0'