diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | lib/ManaTools/Version.pm | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +1.1.6 Mon Jun 5 11:38:50 CEST 2017 + - translations updates 1.1.5 Mon Mar 13 19:29:45 CEST 2017 - translations updates 1.1.4 Mon Aug 8 15:21:49 CEST 2016 diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm index 0881526f..5be48e6d 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.1.5 + Version 1.1.6 See Changes for details =cut -our $VERSION = '1.1.5'; +our $VERSION = '1.1.6'; has 'Version' => ( is => 'ro', |