From e328ecbb2e7c8f2b781f8a103fc6b9c8919c8b9d Mon Sep 17 00:00:00 2001 From: Sebastien Lavoie Date: Tue, 18 Jul 2023 09:05:57 -0400 Subject: [PATCH] Bump version to 1.6.0 --- 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 840c38f..688f9c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - smart_todo (1.5.0) + smart_todo (1.6.0) rexml GEM diff --git a/lib/smart_todo/version.rb b/lib/smart_todo/version.rb index 88b8808..bc61f61 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.5.0" + VERSION = "1.6.0" end