From 9eec49a9ea3feaab224871437cf1bc2479801796 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 18 Jun 2023 14:07:41 +0200 Subject: [PATCH] Bump version for 1.2.1 --- Gemfile.lock | 2 +- gemfiles/rails_7_propshaft.gemfile.lock | 2 +- gemfiles/rails_7_sprockets.gemfile.lock | 2 +- lib/importmap/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 88cae4b..949e29b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - importmap-rails (1.2.0) + importmap-rails (1.2.1) actionpack (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_propshaft.gemfile.lock b/gemfiles/rails_7_propshaft.gemfile.lock index e475861..f0697e5 100644 --- a/gemfiles/rails_7_propshaft.gemfile.lock +++ b/gemfiles/rails_7_propshaft.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (1.2.0) + importmap-rails (1.2.1) actionpack (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_sprockets.gemfile.lock b/gemfiles/rails_7_sprockets.gemfile.lock index ad78f53..7ef8f9e 100644 --- a/gemfiles/rails_7_sprockets.gemfile.lock +++ b/gemfiles/rails_7_sprockets.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (1.2.0) + importmap-rails (1.2.1) actionpack (>= 6.0.0) railties (>= 6.0.0) diff --git a/lib/importmap/version.rb b/lib/importmap/version.rb index 4e70dce..06919f3 100644 --- a/lib/importmap/version.rb +++ b/lib/importmap/version.rb @@ -1,3 +1,3 @@ module Importmap - VERSION = "1.2.0" + VERSION = "1.2.1" end