Skip to content

Commit

Permalink
0.6.12: loosen file restriction on matches? method for some parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
littleforest committed May 22, 2024
1 parent db18b31 commit e8e8bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage-reporter
version: 0.6.11
version: 0.6.12
crystal: ">= 1.7.2"
license: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/coverage_reporter.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "./coverage_reporter/*"

module CoverageReporter
VERSION = "0.6.11"
VERSION = "0.6.12"
end

0 comments on commit e8e8bb6

Please sign in to comment.