From 0176e754e95202e5caaf3ea0c059412ef18f2c47 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Mon, 13 May 2024 09:38:30 -0700 Subject: [PATCH] Use 3.9.0 instead of 3.8.10 --- KIF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KIF.podspec b/KIF.podspec index c99b9798..6e589a3d 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.8.10" + s.version = "3.9.0" 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'