We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d919031 commit 51ff58dCopy full SHA for 51ff58d
lib/badge/base.rb
@@ -1,6 +1,6 @@
1
module Badge
2
3
- VERSION = "0.5.1"
+ VERSION = "0.6.0"
4
DESCRIPTION = "Add a badge overlay to your app icon"
5
6
def self.root
lib/badge/options.rb
@@ -3,7 +3,6 @@
class Options
def self.available_options
-
7
[
8
FastlaneCore::ConfigItem.new(key: :dark,
9
description: "Adds a dark badge instead of the white",
0 commit comments