diff --git a/Gemfile.lock b/Gemfile.lock index 12ce7dd..3994a47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turbo_material (0.2.12) + turbo_material (0.2.13) importmap-rails (~> 2.0.1) rails (~> 7.1, >= 7.1.2) stimulus-rails (~> 1.3) diff --git a/lib/turbo_material/version.rb b/lib/turbo_material/version.rb index efc8029..118d245 100644 --- a/lib/turbo_material/version.rb +++ b/lib/turbo_material/version.rb @@ -1,3 +1,3 @@ module TurboMaterial - VERSION = "0.2.12" + VERSION = "0.2.13" end