diff --git a/Gemfile.lock b/Gemfile.lock index fa04f7c6..1f0f197b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (2.0.0) + polaris_view_components (2.0.1) rails (>= 5.0.0) view_component (>= 3.0.0, < 4.0.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 283e8ca0..d08bba25 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - polaris_view_components (2.0.0) + polaris_view_components (2.0.1) 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 0c34e43c..56373590 100644 --- a/lib/polaris/view_components/version.rb +++ b/lib/polaris/view_components/version.rb @@ -1,5 +1,5 @@ module Polaris module ViewComponents - VERSION = "2.0.0" + VERSION = "2.0.1" end end