Skip to content

Commit

Permalink
releasing v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Apr 5, 2016
1 parent f895e6d commit d0a127c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thank you for taking the time to report this bug :+1:

Run `phpmetrics --version` to get the version of PhpMetrics.

**The latest version of PhpMetrics is v1.9.2.**. Please try to update PhpMetrics and check if the bug persist before submitting new issue.
**The latest version of PhpMetrics is v1.10.0.**. Please try to update PhpMetrics and check if the bug persist before submitting new issue.

Here is a template for your issue. Please replace the words between braces with the right informations.

Expand Down
4 changes: 2 additions & 2 deletions .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 1
:minor: 9
:patch: 2
:minor: 10
:patch: 0
:special: ''
6 changes: 3 additions & 3 deletions artifacts/bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"licenses": ["MIT"]
},
"version": {
"name": "v1.9.2",
"name": "v1.10.0",
"desc": "Latest version of PhpMetrics",
"released": "2016-03-20",
"vcs_tag": "v1.9.2",
"released": "2016-04-05",
"vcs_tag": "v1.10.0",
"attributes": [],
"gpgSign": false
},
Expand Down
2 changes: 1 addition & 1 deletion bin/phpmetrics
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if (
);
}

$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', 'v1.9.2');
$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', 'v1.10.0');
$app->run();
Binary file modified build/phpmetrics.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/html/version.html.twig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.2
v1.10.0

0 comments on commit d0a127c

Please sign in to comment.