Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Christenson committed Jan 29, 2016
1 parent 7e65356 commit cbac8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Twocheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class Twocheckout
public static $baseUrl = 'https://www.2checkout.com';
public static $error;
public static $format = 'array';
const VERSION = '0.3.0';
const VERSION = '0.3.1';

public static function sellerId($value = null) {
self::$sid = $value;
Expand Down

0 comments on commit cbac8da

Please sign in to comment.