From 0543c81264332cb293b9d8adb1423843703361cf Mon Sep 17 00:00:00 2001 From: dostrander Date: Mon, 1 Nov 2021 14:37:49 -0400 Subject: [PATCH] Bump KIF to 3.8.4 --- KIF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KIF.podspec b/KIF.podspec index f7287486..c422b73f 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.8.3" + s.version = "3.8.4" 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'