From bea35fc46914dceaf0d91505cc69b66ec4d011df Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 3 Dec 2023 22:01:54 -0800 Subject: [PATCH] Bump rails-footnotes to 7.0.1 --- Gemfile.lock | 2 +- lib/rails-footnotes/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c4d7b79..9b72766 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-footnotes (7.0.0) + rails-footnotes (7.0.1) rails (~> 7.0) GEM diff --git a/lib/rails-footnotes/version.rb b/lib/rails-footnotes/version.rb index bf59fb0..126950e 100644 --- a/lib/rails-footnotes/version.rb +++ b/lib/rails-footnotes/version.rb @@ -1,3 +1,3 @@ module Footnotes - VERSION = "7.0.0" + VERSION = "7.0.1" end