diff --git a/lib/Net/Payjp.pm b/lib/Net/Payjp.pm index b9dc302..9dd3634 100644 --- a/lib/Net/Payjp.pm +++ b/lib/Net/Payjp.pm @@ -67,7 +67,7 @@ This is required. You get this from your Payjp Account settings. =cut -our $VERSION = '0.2.2'; +our $VERSION = '0.3.0'; our $API_BASE = 'https://api.pay.jp'; our $INITIAL_DELAY_SEC = 2; our $MAX_DELAY_SEC = 32;