Skip to content

Commit

Permalink
Version number bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Pichler committed May 21, 2014
1 parent 3136ef9 commit b74f2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "pdepend/pdepend",
"description": "Official version of pdepend to be handled with Composer",
"license": "BSD-3-Clause",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"require": {
"php": ">=5.3.7"
},
Expand All @@ -18,11 +18,6 @@
"bin": ["src/bin/pdepend"],
"autoload": {
"psr-0": {"PDepend\\": "src/main/php/"}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.0-dev"
}
}
}

4 changes: 2 additions & 2 deletions src/site/docx/changes.xml
Expand Up @@ -10,8 +10,8 @@

<body>
<release version="2.0.0"
date=""
description="">
date="2014/05/21"
description="New mayor release of PDepend.">
<action date="b9775ac" dev="manuelpichler" due-to="claar" type="fix" issue="126" system="github">
Allow closure as array element
</action>
Expand Down

0 comments on commit b74f2bb

Please sign in to comment.