From e719953060cfcffc20da345af68bf0d21d1bc0c8 Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 16 Jun 2017 09:24:47 -0500 Subject: [PATCH] Update podspec file --- Cucumberish.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cucumberish.podspec b/Cucumberish.podspec index 9b72a8bac56..3806e30c8d8 100644 --- a/Cucumberish.podspec +++ b/Cucumberish.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Cucumberish" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "Cucumberish is the native Objective-C implementation of Cucumber BDD automation test framework" s.description = <<-DESC Cucumberish is Objective-C and Swift framework for Behaviour Driven Development inspired by the amazing way of writing automated test cases introduced originally by Cucumber. With Cucumberish, you write your test cases in almost plain English language.