diff --git a/lib/badge/base.rb b/lib/badge/base.rb index 196b2fc..a985f3e 100644 --- a/lib/badge/base.rb +++ b/lib/badge/base.rb @@ -1,6 +1,6 @@ module Badge - VERSION = "0.5.1" + VERSION = "0.6.0" DESCRIPTION = "Add a badge overlay to your app icon" def self.root diff --git a/lib/badge/options.rb b/lib/badge/options.rb index 0a5a603..6ccdaee 100644 --- a/lib/badge/options.rb +++ b/lib/badge/options.rb @@ -3,7 +3,6 @@ module Badge class Options def self.available_options - [ FastlaneCore::ConfigItem.new(key: :dark, description: "Adds a dark badge instead of the white",