Skip to content

Commit 91d3964

Browse files
committed
Changes to release 0.13.0
1 parent 334dc54 commit 91d3964

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.13.0 ([changes](https://github.com/colszowka/simplecov/compare/v0.12.0...master))
1+
0.13.0 2016-01-25 ([changes](https://github.com/colszowka/simplecov/compare/v0.12.0...v0.13.0))
22
==========
33

44
## Enhancements

lib/simplecov/version.rb

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

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

0 commit comments

Comments
 (0)