From 65e2ba6a087f8fa5b5a249f97ef5acd4cfdbdfce Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 3 Dec 2023 23:36:47 -0800 Subject: [PATCH] Bump rails-footnotes to 7.1.0 --- 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 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