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