Skip to content

Commit

Permalink
0.5.2: pass run attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jun 27, 2023
1 parent 10a65fc commit 7199533
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.5.1
version: 0.5.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.5.1"
VERSION = "0.5.2"
end

0 comments on commit 7199533

Please sign in to comment.