Skip to content

Commit

Permalink
Updates version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
donk-shopify committed Oct 29, 2024
1 parent 4a884b0 commit 96b0f8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
smart_todo (1.9.0)
smart_todo (1.9.1)
prism (~> 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/smart_todo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SmartTodo
VERSION = "1.9.0"
VERSION = "1.9.1"
end
2 changes: 1 addition & 1 deletion lib/smart_todo_cop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module SmartTodo
# This Cop does not run by default. It should be added to the RuboCop host's configuration file.
#
# @see https://rubocop.readthedocs.io/en/latest/extensions/#loading-extensions
class SmartTodoCop < Cop
class SmartTodoCop < Base
HELP = "For more info please look at https://github.com/Shopify/smart_todo/wiki/Syntax"
MSG = "Don't write regular TODO comments. Write SmartTodo compatible syntax comments. #{HELP}"

Expand Down

0 comments on commit 96b0f8e

Please sign in to comment.