diff options
author | Thomas Backlund <tmb@mageia.org> | 2021-02-17 12:51:09 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2021-02-17 12:51:09 +0200 |
commit | e56bebce0a2fc7b2bc482f3e94d5eba16f86ecf4 (patch) | |
tree | e88337a8c9c532967ec4d8c96dff2d3083e55f49 | |
parent | 63c12de3bbda3244da831bcb9ff96176d3b860cf (diff) | |
download | manatools-e56bebce0a2fc7b2bc482f3e94d5eba16f86ecf4.tar manatools-e56bebce0a2fc7b2bc482f3e94d5eba16f86ecf4.tar.gz manatools-e56bebce0a2fc7b2bc482f3e94d5eba16f86ecf4.tar.bz2 manatools-e56bebce0a2fc7b2bc482f3e94d5eba16f86ecf4.tar.xz manatools-e56bebce0a2fc7b2bc482f3e94d5eba16f86ecf4.zip |
1.2.21.2.2
-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', |