diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Mkcd/Commandline.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ NAME = Mkcd-Commandline -VERSION = 1.1.0 +VERSION = 1.1.1 PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) diff --git a/Mkcd/Commandline.pm b/Mkcd/Commandline.pm index 4ef7b2b..da45f59 100644 --- a/Mkcd/Commandline.pm +++ b/Mkcd/Commandline.pm @@ -1,6 +1,6 @@ package Mkcd::Commandline; -our $VERSION = '1.1.0'; +our $VERSION = '1.1.1'; use strict; require Exporter; |