diff options
author | Thomas Backlund <tmb@mageia.org> | 2017-07-07 00:40:37 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2017-07-07 00:40:37 +0300 |
commit | b6dd01e87060e483cbdca241e13c91af1f1e34ab (patch) | |
tree | c8d580b303bded6a3d3cf7864bd26a6c806bb9ef | |
parent | 5c5150535dd09fa912dfec1bc12e8d052f197754 (diff) | |
download | manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar.gz manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar.bz2 manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.tar.xz manatools-b6dd01e87060e483cbdca241e13c91af1f1e34ab.zip |
1.1.7
-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.7 Fri Jul 7 00:39:00 CEST 2017 + - translations updates 1.1.6 Mon Jun 5 11:38:50 CEST 2017 - translations updates 1.1.5 Mon Mar 13 19:29:45 CEST 2017 diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm index 5be48e6d..ef50ed24 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -58,12 +58,12 @@ use Moose::Role; =head1 VERSION - Version 1.1.6 + Version 1.1.7 See Changes for details =cut -our $VERSION = '1.1.6'; +our $VERSION = '1.1.7'; has 'Version' => ( is => 'ro', |