Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 9, 2012
1 parent b018887 commit 23a496b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
0.4.3 / 2012-03-09
====================

* Added find version `stable`. Closes #13

0.4.2 / 2012-01-01
====================

Expand Down
4 changes: 2 additions & 2 deletions nodebrew
Expand Up @@ -5,7 +5,7 @@
#
# @author Kazuhito Hokamura <k.hokamura@gmail.com>
# @url https://github.com/hokaccha/nodebrew
# @version 0.4.2
# @version 0.4.3

use strict;
use warnings;
Expand All @@ -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;
Expand Down

0 comments on commit 23a496b

Please sign in to comment.