Skip to content

Commit

Permalink
Prep for 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Aug 20, 2021
1 parent 60b3d72 commit 4017656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Script-Singleton

0.04 UNREL
-

0.03 2021-08-19
- Bump prereq of IPC::Shareable to 1.05 (from 1.03)
- Changed parameters to hash format
Expand Down
2 changes: 1 addition & 1 deletion lib/Script/Singleton.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Cwd qw(abs_path);
use IPC::Shareable;

our $VERSION = '0.03';
our $VERSION = '0.04';

sub import {
my ($class, %params) = @_;
Expand Down

0 comments on commit 4017656

Please sign in to comment.