From ff78e2b7e1002e6d7ae4cd12f422766db1762a31 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 7 Jan 2024 12:06:09 -0500 Subject: [PATCH] Bump version for 1.2.2 --- Gemfile.lock | 2 +- lib/jsbundling/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4a95e4..a29614a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jsbundling-rails (1.2.1) + jsbundling-rails (1.2.2) railties (>= 6.0.0) GEM diff --git a/lib/jsbundling/version.rb b/lib/jsbundling/version.rb index 47f294b..3aaf9ba 100644 --- a/lib/jsbundling/version.rb +++ b/lib/jsbundling/version.rb @@ -1,3 +1,3 @@ module Jsbundling - VERSION = "1.2.1" + VERSION = "1.2.2" end