Skip to content

Commit

Permalink
πŸ”– Version 0.0.4
Browse files Browse the repository at this point in the history
πŸ› Fix gemfile
  • Loading branch information
David Sucharda committed Apr 28, 2022
1 parent 6d3f7e3 commit 6394279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### Version 0.0.4 (TBD)
### Version 0.0.4 (2022-04-28)

- Fixed crash when changed file is a directory (filters them out).
- Fixed crash when opening missing file (filters them out).
Expand Down
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:
danger-logging_lint (0.0.3)
danger-logging_lint (0.0.4)
danger-plugin-api (~> 1.0)

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

module LoggingLint
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit 6394279

Please sign in to comment.