summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2016-03-26 19:40:11 +0300
committerShlomi Fish <shlomif@shlomifish.org>2016-03-26 19:40:11 +0300
commita4b689cc9115af97d4f9803852b54bd550677bae (patch)
tree512e27bd3d5cd17c4abfd3a1e8afada6c73a793f
parent9124aee2c63b90b2656cf56d2bf63dc7df305bb8 (diff)
downloadmkcd-commandline-master.tar
mkcd-commandline-master.tar.gz
mkcd-commandline-master.tar.bz2
mkcd-commandline-master.tar.xz
mkcd-commandline-master.zip
Bump the version number.HEAD1.1.1master
-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;