Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Mar 5, 2016
1 parent e3437d8 commit 45392ba
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lib/Courriel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Headers;
use Courriel::Helpers qw( unique_boundary );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Courriel::Builder;
use strict;
use warnings;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Carp qw( croak );
use Courriel;
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Header.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Helpers qw( fold_header );
use Courriel::Types qw( NonEmptyStr Str Streamable );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Header/ContentType.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Types qw( Maybe NonEmptyStr );

Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Header/Disposition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Types qw( Bool Maybe NonEmptyStr );
use DateTime;
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/HeaderAttribute.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::HeaderAttribute;
use Courriel::Helpers qw( quote_and_escape_attribute_value );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Headers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Header;
use Courriel::Header::ContentType;
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Helpers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Courriel::Helpers;
use strict;
use warnings;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Encode qw( decode );
use Exporter qw( import );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Part/Multipart.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::HeaderAttribute;
use Courriel::Helpers qw( unique_boundary );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Part/Single.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Header::Disposition;
use Courriel::Types qw( NonEmptyStr StringRef );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Role/HeaderWithAttributes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::HeaderAttribute;
use Courriel::Helpers qw( parse_header_with_attributes );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Role/Part.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Header::ContentType;
use Courriel::Header::Disposition;
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Role/Streams.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel::Types qw( Streamable );
use MooseX::Params::Validate qw( validated_list );
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use namespace::autoclean;

use parent 'MooseX::Types::Combine';

our $VERSION = '0.41';
our $VERSION = '0.42';

__PACKAGE__->provide_types_from(
qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Courriel/Types/Internal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.41';
our $VERSION = '0.42';

use List::AllUtils qw( all );
use Scalar::Util qw( blessed );
Expand Down
2 changes: 1 addition & 1 deletion lib/Email/Abstract/Courriel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Email::Abstract::Courriel;
use strict;
use warnings;

our $VERSION = '0.41';
our $VERSION = '0.42';

use Courriel;

Expand Down

0 comments on commit 45392ba

Please sign in to comment.