Skip to content

Commit

Permalink
version bump 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashikant86 committed Jun 6, 2017
1 parent be01ea2 commit 9d8996e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XCFit.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion homebrew/xcfit
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion lib/XCFit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XCFit
VERSION = "5.0.0"
VERSION = "6.0.0"
end

0 comments on commit 9d8996e

Please sign in to comment.