Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krukow committed May 23, 2013
1 parent afb6f14 commit a10feb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calabash-cucumber/calabash-cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency( "location-one", "~>0.0.10")
s.add_dependency( "httpclient","~> 2.3.3")
s.add_dependency( "bundler", "~> 1.1")
s.add_dependency( "run_loop", "~> 0.0.10" )
s.add_dependency( "run_loop", "~> 0.0.11" )
s.add_dependency( "awesome_print")

end
4 changes: 2 additions & 2 deletions calabash-cucumber/lib/calabash-cucumber/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Calabash
module Cucumber
VERSION = '0.9.145.pre6'
FRAMEWORK_VERSION = '0.9.145.pre5'
VERSION = '0.9.145'
FRAMEWORK_VERSION = '0.9.145'
end
end

0 comments on commit a10feb3

Please sign in to comment.