From be74dead314957833f5d09e05a8daaa3526a964b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 3 Jan 2024 14:15:44 +0100 Subject: [PATCH] Bump version for 2.0.1 --- Gemfile.lock | 2 +- gemfiles/rails_7_0_propshaft.gemfile.lock | 2 +- gemfiles/rails_7_0_sprockets.gemfile.lock | 2 +- gemfiles/rails_7_1_propshaft.gemfile.lock | 2 +- gemfiles/rails_7_1_sprockets.gemfile.lock | 2 +- lib/importmap/version.rb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0def757..cf2b0bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_0_propshaft.gemfile.lock b/gemfiles/rails_7_0_propshaft.gemfile.lock index 368a581..737a8e2 100644 --- a/gemfiles/rails_7_0_propshaft.gemfile.lock +++ b/gemfiles/rails_7_0_propshaft.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_0_sprockets.gemfile.lock b/gemfiles/rails_7_0_sprockets.gemfile.lock index bc8ea9e..002eaf4 100644 --- a/gemfiles/rails_7_0_sprockets.gemfile.lock +++ b/gemfiles/rails_7_0_sprockets.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_1_propshaft.gemfile.lock b/gemfiles/rails_7_1_propshaft.gemfile.lock index fd7c425..fdcd93d 100644 --- a/gemfiles/rails_7_1_propshaft.gemfile.lock +++ b/gemfiles/rails_7_1_propshaft.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_1_sprockets.gemfile.lock b/gemfiles/rails_7_1_sprockets.gemfile.lock index afda107..a1a9da0 100644 --- a/gemfiles/rails_7_1_sprockets.gemfile.lock +++ b/gemfiles/rails_7_1_sprockets.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/lib/importmap/version.rb b/lib/importmap/version.rb index 0dc7931..b8aebba 100644 --- a/lib/importmap/version.rb +++ b/lib/importmap/version.rb @@ -1,3 +1,3 @@ module Importmap - VERSION = "2.0.0" + VERSION = "2.0.1" end