Skip to content

Commit 52e52f2

Browse files
committed
releasing v2.7.3
1 parent 6dfa587 commit 52e52f2

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
:major: 2
33
:minor: 7
4-
:patch: 2
4+
:patch: 3
55
:special: ''

artifacts/bintray.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"licenses": ["MIT"]
1111
},
1212
"version": {
13-
"name": "v2.7.2",
13+
"name": "v2.7.3",
1414
"desc": "Latest version of PhpMetrics",
1515
"released": "2020-06-27",
16-
"vcs_tag": "v2.7.2",
16+
"vcs_tag": "v2.7.3",
1717
"attributes": [],
1818
"gpgSign": false
1919
},

artifacts/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
phpmetrics (2.7.1) unstable; urgency=low
2+
* Fix path of reporter
3+
* releasing v2.7.2
4+
* include by default the composer.json localized at the root dir
5+
6+
-- Jean-François Lépine <[email protected]> Sat, 27 Jun 2020 15:20:54 +0200
7+
18
phpmetrics (2.7.0) unstable; urgency=low
29
* Fixed colors of JSON file in markdown
310
* Fixed markdown and hidden char
@@ -838,6 +845,8 @@ phpmetrics (1.8.2) unstable; urgency=low
838845

839846

840847

848+
849+
841850

842851

843852

doc/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export PATH=~/.composer/vendor/bin:$PATH
1616
## Phar
1717

1818
```bash
19-
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/phpmetrics.phar
19+
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.3/phpmetrics.phar
2020
chmod +x phpmetrics.phar && mv phpmetrics.phar /usr/local/bin/phpmetrics
2121
```
2222

2323
## Apt (Debian, Ubuntu...)
2424

2525
```bash
26-
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/phpmetrics.deb
26+
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.3/phpmetrics.deb
2727
dpkg -i phpmetrics.deb
2828
```
2929

releases/phpmetrics.phar

86 Bytes
Binary file not shown.

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function recurse_copy($src, $dst)
162162
*/
163163
function getVersion()
164164
{
165-
return 'v2.7.2';
165+
return 'v2.7.3';
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)