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