Skip to content

Commit

Permalink
release bugfix for share file error
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jun 16, 2014
1 parent e969587 commit 8e352d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perl/MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
}
},
"release_status" : "stable",
"version" : "v1.2.0"
"version" : "v1.2.1"
}
2 changes: 1 addition & 1 deletion perl/MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ no_index:
- inc
requires:
Const::Fast: 0.014
version: v1.2.0
version: v1.2.1
Binary file modified perl/docs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Ascat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '1.2.0';
our $VERSION = '1.2.1';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down

0 comments on commit 8e352d7

Please sign in to comment.