Skip to content

Commit

Permalink
resolve #6 - add RedirectFlow to MANIFEST
Browse files Browse the repository at this point in the history
missed this in the recent releases FUUUUUUUUUUUUUUUUUUU

bump VERSION and Changes for CPAN release
  • Loading branch information
leejo committed Jun 9, 2017
1 parent 8950a12 commit 9f3b560
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,3 +16,4 @@ cover_db
end_to_end.sh
end_to_end_pro.sh
*.html
.DS_Store
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Business-GoCardless

0.20 2017-06-09
- Fix add missing module to MANIFESt

0.19 2017-06-08
- Fix documentation typos
- Fix VERSION confusion by moving $Business::GoCardless::VERSION
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -12,6 +12,7 @@ lib/Business/GoCardless/Payout.pm
lib/Business/GoCardless/PreAuthorization.pm
lib/Business/GoCardless/Pro.pm
lib/Business/GoCardless/Resource.pm
lib/Business/GoCardless/RedirectFlow.pm
lib/Business/GoCardless/Subscription.pm
lib/Business/GoCardless/Upgrading.pod
lib/Business/GoCardless/User.pm
Expand Down
4 changes: 2 additions & 2 deletions lib/Business/GoCardless.pm
Expand Up @@ -11,7 +11,7 @@ set of modules
=head1 VERSION
0.19
0.20
=head1 DESCRIPTION
Expand Down Expand Up @@ -53,7 +53,7 @@ use Carp qw/ confess /;
use Business::GoCardless::Client;
use Business::GoCardless::Webhook;

$Business::GoCardless::VERSION = '0.19';
$Business::GoCardless::VERSION = '0.20';

has api_version => (
is => 'ro',
Expand Down

0 comments on commit 9f3b560

Please sign in to comment.