From 12973c3f06fd57b6f13d92e4f5a89d370a401775 Mon Sep 17 00:00:00 2001 From: Don Kelly Date: Tue, 29 Oct 2024 21:51:47 -0400 Subject: [PATCH] Updates the gem version for release --- Gemfile.lock | 2 +- lib/smart_todo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 14d4357..e1b586b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - smart_todo (1.9.0) + smart_todo (1.9.1) prism (~> 1.0) GEM diff --git a/lib/smart_todo/version.rb b/lib/smart_todo/version.rb index 55bf321..1f4f277 100644 --- a/lib/smart_todo/version.rb +++ b/lib/smart_todo/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SmartTodo - VERSION = "1.9.0" + VERSION = "1.9.1" end