diff options
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lib/ManaTools/Version.pm | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +1.2.2 Wed 17 Feb 2021 + - translations updates + 1.2.1 Sat 28 Mar 2020 - Fixed contribfinder to work with python 3 1.2.0 diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm index 0d96c628..f7de6aa0 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.2.1 + Version 1.2.2 See Changes for details =cut -our $VERSION = '1.2.1'; +our $VERSION = '1.2.2'; has 'Version' => ( is => 'ro', |