lib/calabash-cucumber/version.rb in calabash-cucumber-0.13.0 vs lib/calabash-cucumber/version.rb in calabash-cucumber-0.14.0

- old
+ new

@@ -1,13 +1,12 @@ module Calabash module Cucumber # @!visibility public # The Calabash iOS gem version. - VERSION = '0.13.0' + VERSION = '0.14.0' # @!visibility public - # The minimum required version of the calabash.framework or, for Xamarin - # users, the Calabash component. - MIN_SERVER_VERSION = '0.13.0' + # The minimum required version of the Calabash embedded server. + MIN_SERVER_VERSION = '0.14.0' end end