From a4b689cc9115af97d4f9803852b54bd550677bae Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 26 Mar 2016 19:40:11 +0300 Subject: Bump the version number. --- Makefile | 2 +- Mkcd/Commandline.pm | 2 +- 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; -- cgit v1.2.1