Skip to content

Commit

Permalink
Target 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 2, 2016
1 parent d07b6fa commit 97ff0e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "3.2-dev"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion example/php/composer.json
@@ -1,5 +1,5 @@
{
"require": {
"bugsnag/bugsnag": "^3.1"
"bugsnag/bugsnag": "^3.2"
}
}
2 changes: 1 addition & 1 deletion src/Configuration.php
Expand Up @@ -62,7 +62,7 @@ class Configuration
*/
protected $notifier = [
'name' => 'Bugsnag PHP (Official)',
'version' => '3.1.1',
'version' => '3.2.0',
'url' => 'https://bugsnag.com',
];

Expand Down

0 comments on commit 97ff0e3

Please sign in to comment.