Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Jun 15, 2012
1 parent 303d0e6 commit 81ceae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Audio-NoiseGen name = Audio-NoiseGen
version = 0.03 version = 0.04
author = Brock Wilcox <awwaiid@thelackthereof.org> author = Brock Wilcox <awwaiid@thelackthereof.org>
license = Perl_5 license = Perl_5
copyright_holder = Brock Wilcox copyright_holder = Brock Wilcox
Expand Down
2 changes: 1 addition & 1 deletion lib/Audio/NoiseGen.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Audio::PortAudio;
use List::Util qw( sum ); use List::Util qw( sum );
use List::MoreUtils qw( none ); use List::MoreUtils qw( none );


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


=head1 NAME =head1 NAME
Expand Down

0 comments on commit 81ceae6

Please sign in to comment.