Skip to content

Commit

Permalink
Add fastlane dependency, Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Dec 16, 2016
1 parent 86ef859 commit 227ee4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions badge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane', '~> 2.0'
spec.add_dependency 'fastimage', '~> 1.6' # fetch the image sizes
spec.add_dependency 'mini_magick', '~> 4.5' # to add badge image on app icon

Expand Down
2 changes: 1 addition & 1 deletion lib/badge/base.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Badge

VERSION = "0.6.0"
VERSION = "0.7.0"
DESCRIPTION = "Add a badge overlay to your app icon"

def self.root
Expand Down

0 comments on commit 227ee4a

Please sign in to comment.