Skip to content

Commit

Permalink
Really bring all module versions into line.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 7, 2016
1 parent 7f03c1f commit df2264e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub.pm
Expand Up @@ -163,7 +163,7 @@ use Exception::Class (
'SAS::Exception::InvalidParameter' => { isa => 'SAS::Exception' },
);

$VERSION = '3.0.1';
$VERSION = '3.0.2';

use Carp;

Expand Down
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub/Random.pm
Expand Up @@ -17,7 +17,7 @@ use warnings;

our ($VERSION, @ISA, $AUTOLOAD);

$VERSION = '3.0.1';
$VERSION = '3.0.2';

use Carp;

Expand Down
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub/String/Approx.pm
Expand Up @@ -17,7 +17,7 @@ use strict;

our ($VERSION, @ISA, $AUTOLOAD);

$VERSION = '3.0.0';
$VERSION = '3.0.2';

use Carp;
use String::Approx 'amatch';
Expand Down
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub/String/Equal.pm
Expand Up @@ -17,7 +17,7 @@ use warnings;

our ($VERSION, @ISA, $AUTOLOAD);

$VERSION = '3.0.0';
$VERSION = '3.0.2';

use Carp;

Expand Down
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub/Text/Metaphone.pm
Expand Up @@ -17,7 +17,7 @@ use strict;

our ($VERSION, @ISA, $AUTOLOAD);

$VERSION = '3.0.0';
$VERSION = '3.0.2';

use Carp;
use Text::Metaphone;
Expand Down
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub/Text/Soundex.pm
Expand Up @@ -17,7 +17,7 @@ use warnings;

our ($VERSION, @ISA, $AUTOLOAD);

$VERSION = '3.0.0';
$VERSION = '3.0.2';

use Carp;
use Text::Soundex;
Expand Down

0 comments on commit df2264e

Please sign in to comment.