Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Apr 7, 2015
1 parent 49fc1ff commit 7f09224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ The plugin's folder should be named "rollbar"

Changelog
=================
###1.2.0###
- Added a switch to disable reporting in devMode
- Updated Rollbar PHP API to 0.11.0

###1.1.1###
- Updated Rollbar PHP API to 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion RollbarPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getName()
*/
public function getVersion()
{
return '1.1.1';
return '1.2.0';
}

/**
Expand Down

0 comments on commit 7f09224

Please sign in to comment.