Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Oct 26, 2014
1 parent a2bbf03 commit a5a91e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## dev-master
## v0.0.1

- Add TagCollector for PhpDocBlocks
- Add phpdocumentor/reflection-docblock
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ After installing [`GraphViz`](http://www.graphviz.org/) the recommended way to i
```json
{
"require-dev": {
"mamuz/php-dependency-analysis": "dev-master"
"mamuz/php-dependency-analysis": "0.0.*"
}
}
```
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.0.1';

const NAME = 'PhpDependencyAnalyse by Marco Muths';

Expand Down

0 comments on commit a5a91e7

Please sign in to comment.