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