From 2927df546736437956a5d46dc6f2849353835a89 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 9 Oct 2024 19:53:21 -0700 Subject: [PATCH] Version 2.0.3 --- Gemfile.lock | 2 +- lib/importmap/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae6a927..0ef5798 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - importmap-rails (2.0.2) + importmap-rails (2.0.3) 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 de377af..72553bc 100644 --- a/lib/importmap/version.rb +++ b/lib/importmap/version.rb @@ -1,3 +1,3 @@ module Importmap - VERSION = "2.0.2" + VERSION = "2.0.3" end