diff --git a/History.md b/History.md index 1837501..bbb3edd 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.4.3 / 2012-03-09 +==================== + +* Added find version `stable`. Closes #13 + 0.4.2 / 2012-01-01 ==================== diff --git a/nodebrew b/nodebrew index 3e60514..b0cb280 100755 --- a/nodebrew +++ b/nodebrew @@ -5,7 +5,7 @@ # # @author Kazuhito Hokamura # @url https://github.com/hokaccha/nodebrew -# @version 0.4.2 +# @version 0.4.3 use strict; use warnings; @@ -14,7 +14,7 @@ package Nodebrew; use File::Path qw/rmtree/; -our $VERSION = '0.4.2'; +our $VERSION = '0.4.3'; sub new { my $class = shift;