From 45c8fb44cbb7f30931ae16c173dfa4da7e15ab22 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Tue, 13 Aug 2024 21:21:46 -0500 Subject: [PATCH] release --- Gemfile.lock | 2 +- lib/leva/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 056298c..661daf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - leva (0.1.0) + leva (0.1.1) rails (>= 7.2.0) GEM diff --git a/lib/leva/version.rb b/lib/leva/version.rb index 7572632..167bcf4 100644 --- a/lib/leva/version.rb +++ b/lib/leva/version.rb @@ -1,3 +1,3 @@ module Leva - VERSION = "0.1.0" + VERSION = "0.1.1" end