diff --git a/Gemfile.lock b/Gemfile.lock index 9b72766..d4986af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-footnotes (7.0.1) + rails-footnotes (7.1.0) rails (~> 7.0) GEM diff --git a/lib/rails-footnotes/version.rb b/lib/rails-footnotes/version.rb index 126950e..7fe86c1 100644 --- a/lib/rails-footnotes/version.rb +++ b/lib/rails-footnotes/version.rb @@ -1,3 +1,3 @@ module Footnotes - VERSION = "7.0.1" + VERSION = "7.1.0" end