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