Skip to content

Commit d0a127c

Browse files
committed
releasing v1.10.0
1 parent f895e6d commit d0a127c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for taking the time to report this bug :+1:
44

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

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

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

.semver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 1
3-
:minor: 9
4-
:patch: 2
3+
:minor: 10
4+
:patch: 0
55
:special: ''

artifacts/bintray.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"licenses": ["MIT"]
1111
},
1212
"version": {
13-
"name": "v1.9.2",
13+
"name": "v1.10.0",
1414
"desc": "Latest version of PhpMetrics",
15-
"released": "2016-03-20",
16-
"vcs_tag": "v1.9.2",
15+
"released": "2016-04-05",
16+
"vcs_tag": "v1.10.0",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

bin/phpmetrics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if (
1818
);
1919
}
2020

21-
$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', 'v1.9.2');
21+
$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', 'v1.10.0');
2222
$app->run();

build/phpmetrics.phar

-35.8 KB
Binary file not shown.

templates/html/version.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.2
1+
v1.10.0

0 commit comments

Comments
 (0)