Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 29, 2024
1 parent 7a4411e commit 89b0661
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/Modulino/Base.pm
Expand Up @@ -8,7 +8,7 @@ no warnings;

use Carp;

our $VERSION = '1.004';
our $VERSION = '1.005';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Modulino/Demo.pm
Expand Up @@ -6,7 +6,7 @@ use utf8;

use warnings;

our $VERSION = '1.004';
our $VERSION = '1.005';

UNITCHECK {
sub _running_under_docreader {
Expand Down
2 changes: 1 addition & 1 deletion lib/Modulino/Demo2.pm
Expand Up @@ -6,7 +6,7 @@ use utf8;

use warnings;

our $VERSION = '1.004';
our $VERSION = '1.005';

UNITCHECK {
sub _running_under_docreader {
Expand Down
2 changes: 1 addition & 1 deletion lib/Modulino/Demo3.pm
Expand Up @@ -8,7 +8,7 @@ use warnings;

require Modulino::Base;

our $VERSION = '1.004';
our $VERSION = '1.005';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Modulino/Test.pm
Expand Up @@ -6,7 +6,7 @@ use utf8;

use warnings;

our $VERSION = '1.004';
our $VERSION = '1.005';

UNITCHECK {
sub _running_under_tester {
Expand Down
2 changes: 1 addition & 1 deletion lib/Modulino/TestWithBase.pm
Expand Up @@ -5,7 +5,7 @@ use utf8;
use strict;
use warnings;

our $VERSION = '1.004';
our $VERSION = '1.005';

require Modulino::Base;

Expand Down

0 comments on commit 89b0661

Please sign in to comment.