We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b12093 commit 1be16d2Copy full SHA for 1be16d2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.14.1 (unreleased) ([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
+0.14.1 2017-03-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
2
========
3
4
## Bugfixes
lib/simplecov/version.rb
@@ -1,5 +1,5 @@
module SimpleCov
- version = "0.14.0"
+ version = "0.14.1"
def version.to_a
5
split(".").map(&:to_i)
0 commit comments