Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jun 13, 2020
1 parent d334d3a commit 5c7025a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/appium_thor/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _uninstall
# Publishes the gem to rubygems
def _publish
unless `git branch`.include? "* #{branch}"
puts 'Master branch required to release.'
puts "'#{branch}' branch required to release."
exit!
end

Expand Down
4 changes: 2 additions & 2 deletions lib/appium_thor/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Appium
module Thor
VERSION = '1.1.6' unless defined? ::Appium::Thor::VERSION
DATE = '2019-11-08' unless defined? ::Appium::Thor::DATE
VERSION = '1.2.0' unless defined? ::Appium::Thor::VERSION
DATE = '2020-06-14' unless defined? ::Appium::Thor::DATE
end
end

0 comments on commit 5c7025a

Please sign in to comment.