From 4f1bb4ac4c1b90c14598dbb7693e89aa3716d440 Mon Sep 17 00:00:00 2001 From: Sergey Moiseev Date: Thu, 4 Apr 2024 22:05:09 +0300 Subject: [PATCH] Version up, 0.1.8 --- Gemfile.lock | 2 +- lib/turbo_material/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d951f41..68a173a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turbo_material (0.1.6) + turbo_material (0.1.8) 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 32bc6d6..d89b8a8 100644 --- a/lib/turbo_material/version.rb +++ b/lib/turbo_material/version.rb @@ -1,3 +1,3 @@ module TurboMaterial - VERSION = "0.1.6" + VERSION = "0.1.8" end