Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed May 16, 2015
1 parent a928dc4 commit 2c18ca6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.5.0 - UNRELEASED
## v0.5.1 - UNRELEASED
Nothing yet.

## v0.5.0 - 2015-05-16
### Added
- [#4: Return proper Status Code after running command](https://github.com/mamuz/PhpDependencyAnalysis/issues/4)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After installing [`GraphViz`](http://www.graphviz.org/) the recommended way to i
```json
{
"require-dev": {
"mamuz/php-dependency-analysis": "0.4.*"
"mamuz/php-dependency-analysis": "0.5.*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/Command/MessageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

interface MessageInterface
{
const VERSION = 'dev-master';
const VERSION = 'v0.5.0';

const NAME = 'PhpDependencyAnalyse by Marco Muths';

Expand Down

0 comments on commit 2c18ca6

Please sign in to comment.