aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-03-13 21:32:32 +0100
committerAngelo Naselli <anaselli@linux.it>2016-03-13 21:32:32 +0100
commitbc69468e9676fec68dc9cf5778307377fcf4f70c (patch)
treed91670a60f3e728260fe3199bf372a12029b1fb9
parent0087e418be533458e139ca72fd32d318da8e89cf (diff)
downloadmanatools-bc69468e9676fec68dc9cf5778307377fcf4f70c.tar
manatools-bc69468e9676fec68dc9cf5778307377fcf4f70c.tar.gz
manatools-bc69468e9676fec68dc9cf5778307377fcf4f70c.tar.bz2
manatools-bc69468e9676fec68dc9cf5778307377fcf4f70c.tar.xz
manatools-bc69468e9676fec68dc9cf5778307377fcf4f70c.zip
prepare release 1.1.2
-rw-r--r--Changes1
-rw-r--r--lib/ManaTools/Version.pm4
2 files changed, 3 insertions, 2 deletions
diff --git a/Changes b/Changes
index bbd018db..b0eb6061 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.1.2 Sun Mar 13 21:32:00 CET 2016
- rpmdragora - disabled apply button if user is not root
- rpmdragora - fixed icons (removed rpmdrake deps)
- rpmdragora - Show details on first selected package also
diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm
index 912cbcbd..ee029898 100644
--- a/lib/ManaTools/Version.pm
+++ b/lib/ManaTools/Version.pm
@@ -58,12 +58,12 @@ use Moose::Role;
=head1 VERSION
- Version 1.1.1
+ Version 1.1.2
See Changes for details
=cut
-our $VERSION = '1.1.1';
+our $VERSION = '1.1.2';
has 'Version' => (
is => 'ro',