Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 6, 2015
1 parent 182aeab commit cd9da22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog-3.1.md
@@ -0,0 +1,8 @@
# Changes in PHP_CodeCoverage 3.1

All notable changes of the PHP_CodeCoverage 3.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [3.1.0] - 2015-MM-DD

[3.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.0...3.1.0

2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/CodeCoverage/Report/HTML/Renderer.php
Expand Up @@ -58,7 +58,7 @@ abstract class PHP_CodeCoverage_Report_HTML_Renderer
*/
public function __construct($templatePath, $generator, $date, $lowUpperBound, $highLowerBound)
{
$version = new SebastianBergmann\Version('3.0.1', dirname(dirname(dirname(dirname(__DIR__)))));
$version = new SebastianBergmann\Version('3.1', dirname(dirname(dirname(dirname(__DIR__)))));

$this->templatePath = $templatePath;
$this->generator = $generator;
Expand Down

0 comments on commit cd9da22

Please sign in to comment.