diff --git a/README.md b/README.md index b8b911a..4dab20c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,4 @@ For more information about how the `fastlane` plugin system works, check out the ## Author -Josh Holtz, josh@rokkincat.com, [@joshdholtz](https://twitter.com/joshdholtz) - -I'm available for freelance work (Fastlane, iOS, and Android development) :muscle: -Feel free to contact me :rocket: +Josh Holtz, me@joshholtz.com, [@joshdholtz](https://twitter.com/joshdholtz) diff --git a/fastlane-plugin-aws_s3.gemspec b/fastlane-plugin-aws_s3.gemspec index bd52c05..cfc7bc9 100644 --- a/fastlane-plugin-aws_s3.gemspec +++ b/fastlane-plugin-aws_s3.gemspec @@ -24,5 +24,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'pry' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rspec' - spec.add_development_dependency 'fastlane', '>= 2.136.0' + spec.add_development_dependency 'fastlane', '>= 2.144.0' end diff --git a/fastlane/README.md b/fastlane/README.md index 4755bde..ed575fe 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -8,25 +8,11 @@ Make sure you have the latest version of the Xcode command line tools installed: xcode-select --install ``` -## Choose your installation method: - - - - - - - - - - - - - - -
Homebrew -Installer Script -RubyGems -
macOSmacOSmacOS or Linux with Ruby 2.0.0 or above
brew cask install fastlaneDownload the zip file. Then double click on the install script (or run it in a terminal window).sudo gem install fastlane -NV
+Install _fastlane_ using +``` +[sudo] gem install fastlane -NV +``` +or alternatively using `brew cask install fastlane` # Available Actions ### ipa21_multi diff --git a/lib/fastlane/plugin/aws_s3/version.rb b/lib/fastlane/plugin/aws_s3/version.rb index c7577a7..ff2fe8f 100644 --- a/lib/fastlane/plugin/aws_s3/version.rb +++ b/lib/fastlane/plugin/aws_s3/version.rb @@ -1,5 +1,5 @@ module Fastlane module AwsS3 - VERSION = "1.6.1" + VERSION = "1.7.0" end end