From c2fc910141010ecd9d101c9bacdccaa957d2a2a7 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Mon, 18 Mar 2024 14:26:41 +0100 Subject: [PATCH] Bump version for 2.0.0 --- Gemfile.lock | 2 +- demo/Gemfile.lock | 2 +- lib/polaris/view_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10838c35..fa04f7c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (1.4.5) + polaris_view_components (2.0.0) rails (>= 5.0.0) view_component (>= 3.0.0, < 4.0.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 3354c95a..283e8ca0 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - polaris_view_components (1.4.5) + polaris_view_components (2.0.0) 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 b6b020b2..0c34e43c 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.5" + VERSION = "2.0.0" end end