Skip to content

Commit

Permalink
A few small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Nov 2, 2017
1 parent 1d1a2fc commit d7365f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ xcode-select --install
<tr>
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
<th width="33%">Installer Script</td>
<th width="33%">Rubygems</td>
<th width="33%">RubyGems</td>
</tr>
<tr>
<td width="33%" align="center">macOS</td>
Expand Down
2 changes: 1 addition & 1 deletion lib/assets/s3_ios_html_template.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Install <%= title %> <%= bundle_version %> (<%= build_num %>)
</a>
<br>
<p>Built on <%= Date.today.strftime('%a, %e %b %Y %H:%M %p') %></p>
<p>Built on <%= Time.now.strftime('%a, %e %b %Y %H:%M %p') %></p>
</span>

<!-- <span class="download" id="android">
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/aws_s3/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module AwsS3
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit d7365f0

Please sign in to comment.