Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 25, 2024
1 parent 92aa971 commit 0303921
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/Brick.pm
Expand Up @@ -9,7 +9,7 @@ use Data::Dumper;

use Brick::Profile;

$VERSION = '0.902';
$VERSION = '0.903';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Bucket.pm
Expand Up @@ -16,7 +16,7 @@ foreach my $package ( qw(Numbers Regexes Strings Dates General
print STDERR $@ if $@;
}

$VERSION = '0.902';
$VERSION = '0.903';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Composers.pm
Expand Up @@ -2,7 +2,7 @@ package Brick::Composers;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

use Brick::Bucket;

Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Constraints.pm
Expand Up @@ -2,7 +2,7 @@ package Brick::Constraints;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Dates.pm
Expand Up @@ -2,7 +2,7 @@ package Brick::Dates;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Files.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Filters.pm
Expand Up @@ -3,7 +3,7 @@ package Brick::Filters;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/General.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Numbers.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Profile.pm
Expand Up @@ -8,7 +8,7 @@ use Carp qw(carp);

use Brick;

$VERSION = '0.902';
$VERSION = '0.903';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Regexes.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Result.pm
Expand Up @@ -5,7 +5,7 @@ use vars qw($VERSION);

use Carp qw(carp croak);

$VERSION = '0.902';
$VERSION = '0.903';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Result/Item.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Selectors.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Brick/Strings.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use base qw(Exporter);
use vars qw($VERSION);

$VERSION = '0.902';
$VERSION = '0.903';

package Brick::Bucket;
use strict;
Expand Down

0 comments on commit 0303921

Please sign in to comment.