Skip to content

Commit

Permalink
Prepare for v0.5.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored and dwsupplee committed Aug 5, 2016
1 parent aff2a5a commit 8deeae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"defaultService": "servicebuilder",
"markdown": "php",
"versions": [
"v0.5.1",
"v0.5.0",
"v0.4.1",
"v0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.5.0';
const VERSION = '0.5.1';

/**
* @var array Configuration options to be used between clients.
Expand Down

0 comments on commit 8deeae3

Please sign in to comment.