Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Jan 18, 2022
1 parent 005b96e commit 2e99478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
flavicon (0.2.0)
flavicon (0.3.0)
nokogiri (~> 1.10)

GEM
Expand All @@ -17,9 +17,9 @@ GEM
docile (1.4.0)
hashdiff (1.0.1)
method_source (1.0.0)
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
mini_portile2 (2.7.1)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
parallel (1.21.0)
parser (3.1.0.0)
Expand All @@ -28,7 +28,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.6.0)
rainbow (3.1.1)
regexp_parser (2.2.0)
rexml (3.2.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/flavicon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Flavicon
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 2e99478

Please sign in to comment.