Skip to content

Commit

Permalink
Bumped version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robrwo committed Jun 4, 2014
1 parent 4490252 commit 4fe84f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for Const::Exporter

v0.2.1 2014-06-04
[Documentation]
- Corrected typos in POD.

Expand Down
2 changes: 1 addition & 1 deletion lib/Const/Exporter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use v5.10.0;
use strict;
use warnings;

use version 0.77; our $VERSION = version->declare('v0.2.0');
use version 0.77; our $VERSION = version->declare('v0.2.1');

use Carp;
use Const::Fast;
Expand Down

0 comments on commit 4fe84f4

Please sign in to comment.