From 28bf412f08520ec9d387fd1f41378ae5f51023d3 Mon Sep 17 00:00:00 2001 From: dostrander Date: Fri, 5 Nov 2021 15:11:23 -0400 Subject: [PATCH] Bump KIF 3.8.5 --- KIF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KIF.podspec b/KIF.podspec index c422b73f..c559146c 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.8.4" + s.version = "3.8.5" 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'