Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Apr 27, 2024
1 parent c8c0f10 commit 12d7e59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/appium_thor/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Helpers
# Sets the permissions on the gem credentials
# Runs gem build gemspec
def _build_gem
`chmod 0600 ~/.gem/credentials`
sh "gem build #{gem_name}.gemspec"
end

Expand Down
2 changes: 1 addition & 1 deletion lib/appium_thor/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Appium
module Thor
VERSION = '2.0.0' unless defined? ::Appium::Thor::VERSION
VERSION = '2.0.1' unless defined? ::Appium::Thor::VERSION
DATE = '2024-04-26' unless defined? ::Appium::Thor::DATE
end
end

0 comments on commit 12d7e59

Please sign in to comment.