Skip to content

Commit

Permalink
Incremented version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
knasher committed Apr 21, 2015
1 parent 26d4f5a commit b043e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "0.3.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Behat/GuzzleExtension/Context/RawGuzzleContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class RawGuzzleContext implements GuzzleAwareContext
/**
* @var string
*/
const GUZZLE_EXTENSION_VERSION = '0.3.3';
const GUZZLE_EXTENSION_VERSION = '0.3.4';

/**
* @var Client
Expand Down

0 comments on commit b043e2d

Please sign in to comment.