From 69a0b1117a4c944661890f1c8dea8a56ddca1b0c Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 29 Aug 2024 15:06:02 -0400 Subject: [PATCH] Bump version to v1.9.0 Signed-off-by: Alexandre Terrasa --- 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 dc1a3c4..17e8377 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - smart_todo (1.8.0) + smart_todo (1.9.0) prism (~> 1.0) GEM diff --git a/lib/smart_todo/version.rb b/lib/smart_todo/version.rb index 1fa588f..55bf321 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.8.0" + VERSION = "1.9.0" end