diff --git a/CHANGELOG.md b/CHANGELOG.md index adf249e..c5d7a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # miRDeep2 changelog +## Version 2.0.1.2 + +* fixed uninitialized value errors/warnings + +* rephrased available species message + +* fixed Travis CI (still used to use `~/.bash_profile` rather than `~/.bashrc`) + +--- + ## Version 2.0.1.1 * improved detection of installation directory & Rfam indices diff --git a/src/miRDeep2.pl b/src/miRDeep2.pl index d4dd2f2..a1617ca 100755 --- a/src/miRDeep2.pl +++ b/src/miRDeep2.pl @@ -34,7 +34,7 @@ ## ## generate log file for run, all output will be printed to it -my $version="2.0.1.1"; +my $version="2.0.1.2"; print "