diff --git a/Gemfile.lock b/Gemfile.lock index 62ab9e05..6056c20f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-icons (0.10.0) + phlex-icons (0.11.0) phlex (~> 1.10) GEM diff --git a/lib/phlex/icons/version.rb b/lib/phlex/icons/version.rb index f763c3be..bad9c992 100644 --- a/lib/phlex/icons/version.rb +++ b/lib/phlex/icons/version.rb @@ -2,6 +2,6 @@ module Phlex module Icons - VERSION = '0.10.0' + VERSION = '0.11.0' end end