From 9d8996ed7a26adf0e0839d43c6d66f3308d214bc Mon Sep 17 00:00:00 2001 From: Shashikant86 Date: Tue, 6 Jun 2017 22:55:30 +0100 Subject: [PATCH] version bump 6.0.0 --- XCFit.podspec | 2 +- homebrew/xcfit | 2 +- lib/XCFit/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/XCFit.podspec b/XCFit.podspec index d3da341..bbbb59d 100644 --- a/XCFit.podspec +++ b/XCFit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'XCFit' - s.version = '5.0.2' + s.version = '6.0.0' s.summary = 'Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.' s.description = <<-DESC diff --git a/homebrew/xcfit b/homebrew/xcfit index 96b691f..99cafdd 100755 --- a/homebrew/xcfit +++ b/homebrew/xcfit @@ -3,7 +3,7 @@ require 'fileutils' require 'tempfile' -VERSION = "5.0.0" +VERSION = "6.0.0" @root_dir = File.expand_path('~') @root_lib_dir = File.join(@root_dir, 'Library') diff --git a/lib/XCFit/version.rb b/lib/XCFit/version.rb index d3f011d..2ac44e5 100644 --- a/lib/XCFit/version.rb +++ b/lib/XCFit/version.rb @@ -1,3 +1,3 @@ module XCFit - VERSION = "5.0.0" + VERSION = "6.0.0" end