summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--Mkcd/Commandline.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c36997..9b05a6b 100644
--- a/Makefile
+++ b/Makefile
@@ -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;