Skip to content

Commit

Permalink
Bump to 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Dec 20, 2020
1 parent 9c4abd5 commit 995a301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Hook-Output-Tiny

1.01 UNREL
-

1.00 2020-12-20
- Completely redesigned stdout() and stderr(). We now auto-generate
them dynamically within a BEGIN block
Expand Down
2 changes: 1 addition & 1 deletion lib/Hook/Output/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Hook::Output::Tiny;
use strict;
use warnings;

our $VERSION = '1.00';
our $VERSION = '1.01';

use Carp qw(croak);

Expand Down

0 comments on commit 995a301

Please sign in to comment.