From 4f4c62148bbee215a4694d6970be30f17c3066dd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 29 Jul 2024 12:01:23 -0700 Subject: [PATCH] Bump version for 1.4.1 --- Gemfile.lock | 2 +- lib/cssbundling/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a255f9..bbda716 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cssbundling-rails (1.4.0) + cssbundling-rails (1.4.1) railties (>= 6.0.0) GEM diff --git a/lib/cssbundling/version.rb b/lib/cssbundling/version.rb index e7ff022..72f5ad2 100644 --- a/lib/cssbundling/version.rb +++ b/lib/cssbundling/version.rb @@ -1,3 +1,3 @@ module Cssbundling - VERSION = "1.4.0" + VERSION = "1.4.1" end