Skip to content

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelair committed Oct 1, 2019
1 parent b44c659 commit ddcfe12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*'] + %w(README.md LICENSE)
spec.require_paths = ['lib']

spec.add_dependency 'icon-banner', '~> 0.1.0'
spec.add_dependency 'icon-banner', '~> 0.1.1'

spec.add_development_dependency 'fastlane', '~> 2.100'
spec.add_development_dependency 'rspec', '~> 3.4'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module IconBanner
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
2 changes: 1 addition & 1 deletion lib/icon_banner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'commander'

module IconBanner
VERSION = '0.1.0'
VERSION = '0.1.1'
DESCRIPTION = 'IconBanner adds custom nice-looking banners over your mobile app icons'

UI = FastlaneCore::UI
Expand Down

0 comments on commit ddcfe12

Please sign in to comment.