From a5029eac1fa31d8e3346a266f7a433f3684a232a Mon Sep 17 00:00:00 2001 From: Diego Toral Date: Wed, 21 Aug 2024 17:00:47 -0700 Subject: [PATCH] Version 0.4.1 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/bulma/view_components/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3b77c..79c3410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.4.1] - 2024-08-21 + +- Bumped gem version to 0.4.1 + ## [0.4.0] - 2024-08-21 - Updated Bulma to version 1.0.2 diff --git a/Gemfile.lock b/Gemfile.lock index 0e6edf2..c1b7524 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bulma_view_components (0.3.0) + bulma_view_components (0.4.1) rails (>= 5.0.0) view_component (~> 3.7) diff --git a/lib/bulma/view_components/version.rb b/lib/bulma/view_components/version.rb index df8112e..bdbba40 100644 --- a/lib/bulma/view_components/version.rb +++ b/lib/bulma/view_components/version.rb @@ -2,6 +2,6 @@ module Bulma module ViewComponents - VERSION = "0.3.0" + VERSION = "0.4.1" end end