From 6688df84e2d5bf90ebb9cf090f608da6841cc3d0 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Wed, 12 Oct 2022 09:29:58 +0300 Subject: [PATCH] Bump version for 0.12.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 edb17685..e2b1e387 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (0.11.0) + polaris_view_components (0.12.0) rails (>= 5.0.0) view_component (>= 2.0.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index b0aea8bb..6db3dd88 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - polaris_view_components (0.11.0) + polaris_view_components (0.12.0) rails (>= 5.0.0) view_component (>= 2.0.0) diff --git a/lib/polaris/view_components/version.rb b/lib/polaris/view_components/version.rb index ced99eed..0dc7f1d6 100644 --- a/lib/polaris/view_components/version.rb +++ b/lib/polaris/view_components/version.rb @@ -1,5 +1,5 @@ module Polaris module ViewComponents - VERSION = "0.11.0" + VERSION = "0.12.0" end end