Skip to content

Commit 1be16d2

Browse files
committedMar 18, 2017
Release 0.14.1
1 parent 7b12093 commit 1be16d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.14.1 (unreleased) ([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
1+
0.14.1 2017-03-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
22
========
33

44
## Bugfixes

‎lib/simplecov/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SimpleCov
2-
version = "0.14.0"
2+
version = "0.14.1"
33

44
def version.to_a
55
split(".").map(&:to_i)

0 commit comments

Comments
 (0)
Please sign in to comment.