Skip to content

Commit

Permalink
releasing v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Jun 27, 2020
1 parent 6dfa587 commit 52e52f2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 7
:patch: 2
:patch: 3
:special: ''
4 changes: 2 additions & 2 deletions artifacts/bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"licenses": ["MIT"]
},
"version": {
"name": "v2.7.2",
"name": "v2.7.3",
"desc": "Latest version of PhpMetrics",
"released": "2020-06-27",
"vcs_tag": "v2.7.2",
"vcs_tag": "v2.7.3",
"attributes": [],
"gpgSign": false
},
Expand Down
9 changes: 9 additions & 0 deletions artifacts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
phpmetrics (2.7.1) unstable; urgency=low
* Fix path of reporter
* releasing v2.7.2
* include by default the composer.json localized at the root dir

-- Jean-François Lépine <[email protected]> Sat, 27 Jun 2020 15:20:54 +0200

phpmetrics (2.7.0) unstable; urgency=low
* Fixed colors of JSON file in markdown
* Fixed markdown and hidden char
Expand Down Expand Up @@ -838,6 +845,8 @@ phpmetrics (1.8.2) unstable; urgency=low








4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export PATH=~/.composer/vendor/bin:$PATH
## Phar

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

## Apt (Debian, Ubuntu...)

```bash
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.2/phpmetrics.deb
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.3/phpmetrics.deb
dpkg -i phpmetrics.deb
```

Expand Down
Binary file modified releases/phpmetrics.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function recurse_copy($src, $dst)
*/
function getVersion()
{
return 'v2.7.2';
return 'v2.7.3';
}

/**
Expand Down

0 comments on commit 52e52f2

Please sign in to comment.