diff --git a/Gemfile.lock b/Gemfile.lock index 83af224e..10838c35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (1.4.4) + polaris_view_components (1.4.5) rails (>= 5.0.0) view_component (>= 3.0.0, < 4.0.0) diff --git a/lib/polaris/view_components/version.rb b/lib/polaris/view_components/version.rb index 7c54c14e..b6b020b2 100644 --- a/lib/polaris/view_components/version.rb +++ b/lib/polaris/view_components/version.rb @@ -1,5 +1,5 @@ module Polaris module ViewComponents - VERSION = "1.4.4" + VERSION = "1.4.5" end end