diff --git a/Gemfile.lock b/Gemfile.lock index 8d6747fcb..53aa31d82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex-icons (1.3.0) + phlex-icons (1.4.0) phlex (>= 1.11) GEM diff --git a/lib/phlex/icons/version.rb b/lib/phlex/icons/version.rb index cc7ecfa2b..720020950 100644 --- a/lib/phlex/icons/version.rb +++ b/lib/phlex/icons/version.rb @@ -2,6 +2,6 @@ module Phlex module Icons - VERSION = '1.3.0' + VERSION = '1.4.0' end end