From ba3c3d4a953ca37c1af1d77746dfd7aba3f344bd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 19 Jun 2023 15:04:19 +0200 Subject: [PATCH] Bump version for 1.2.0 --- Gemfile.lock | 2 +- lib/cssbundling/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13fdbd8..2644eb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cssbundling-rails (1.1.2) + cssbundling-rails (1.2.0) railties (>= 6.0.0) GEM diff --git a/lib/cssbundling/version.rb b/lib/cssbundling/version.rb index 6b4798e..36f63c4 100644 --- a/lib/cssbundling/version.rb +++ b/lib/cssbundling/version.rb @@ -1,3 +1,3 @@ module Cssbundling - VERSION = "1.1.2" + VERSION = "1.2.0" end