Skip to content

Commit

Permalink
Merge pull request #51 from KrauseFx/bump-mini-magick-version-to-matc…
Browse files Browse the repository at this point in the history
…h-fastlane

Bump mini_magick version to match fastlane
  • Loading branch information
Josh Holtz authored Jul 22, 2019
2 parents af51bd9 + cecc2e8 commit 275ee6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastlane-plugin-appicon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'mini_magick', '~> 4.5.1'
spec.add_dependency 'mini_magick', '>= 4.9.4', '< 5.0.0'
spec.add_dependency 'json'

spec.add_development_dependency 'pry'
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/appicon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module Appicon
VERSION = "0.14.0"
VERSION = "0.14.1"
end
end

0 comments on commit 275ee6b

Please sign in to comment.