Skip to content

Commit

Permalink
0.6.2: add measurement, optimize LCOV parser, use Crystal 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 12, 2023
1 parent e6ae875 commit cb93424
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.1
version: 0.6.2
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.1"
VERSION = "0.6.2"
end

0 comments on commit cb93424

Please sign in to comment.