From 0d06deae6632d5b2c2789a61b30617a7e563a066 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 14 Dec 2022 14:30:06 +0100 Subject: [PATCH] Bump version for 1.1.2 --- Gemfile.lock | 3 ++- lib/cssbundling/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 170cafb..28ff220 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cssbundling-rails (1.1.1) + cssbundling-rails (1.1.2) railties (>= 6.0.0) GEM @@ -169,6 +169,7 @@ GEM PLATFORMS arm64-darwin-20 arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-20 x86_64-darwin-21 x86_64-linux diff --git a/lib/cssbundling/version.rb b/lib/cssbundling/version.rb index 15fda7f..6b4798e 100644 --- a/lib/cssbundling/version.rb +++ b/lib/cssbundling/version.rb @@ -1,3 +1,3 @@ module Cssbundling - VERSION = "1.1.1" + VERSION = "1.1.2" end