From f653583d5bc702c39ccfa66e6413fd9d3475f891 Mon Sep 17 00:00:00 2001 From: Adam Sharp Date: Thu, 13 Aug 2015 10:36:15 +1000 Subject: [PATCH] Bump to 2.4.0 --- Kiwi.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kiwi.podspec b/Kiwi.podspec index 78ef53ec..955e98f3 100644 --- a/Kiwi.podspec +++ b/Kiwi.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Kiwi' - s.version = '2.3.1' + s.version = '2.4.0' s.summary = 'A Behavior Driven Development library for iOS and OS X.' s.homepage = 'https://github.com/kiwi-bdd/Kiwi' s.source = { :git => 'https://github.com/kiwi-bdd/Kiwi.git', :tag => s.version.to_s }