From 37c3a2e62cc89458427dda8aa76d99c2fa5e8a55 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sun, 29 Mar 2020 15:38:19 -0700 Subject: [PATCH] Bump to 3.7.9 --- KIF.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KIF.podspec b/KIF.podspec index 116ff4142..9d455f23f 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.7.8" + s.version = "3.7.9" 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'