Skip to content

Commit 51ff58d

Browse files
committed
Bump version to 0.6.0
1 parent d919031 commit 51ff58d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/badge/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Badge
22

3-
VERSION = "0.5.1"
3+
VERSION = "0.6.0"
44
DESCRIPTION = "Add a badge overlay to your app icon"
55

66
def self.root

lib/badge/options.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
module Badge
44
class Options
55
def self.available_options
6-
76
[
87
FastlaneCore::ConfigItem.new(key: :dark,
98
description: "Adds a dark badge instead of the white",

0 commit comments

Comments
 (0)