Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Apr 15, 2018
1 parent f096ecd commit 24b5698
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

## not released
## 0.12.0
- Fix bug in `Psr4Sniff` when class has not namespace.
- Allow @wp-hook ignore of return type for private and protected methods
- Only check public accessors (by default)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
```json
{
"require-dev": {
"inpsyde/php-coding-standards": "~0.11.0"
"inpsyde/php-coding-standards": "~0.12.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.11.x-dev"
"dev-master": "0.12.x-dev"
}
}
}

0 comments on commit 24b5698

Please sign in to comment.