diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2016-03-26 19:40:11 +0300 |
---|---|---|
committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-03-26 19:40:11 +0300 |
commit | a4b689cc9115af97d4f9803852b54bd550677bae (patch) | |
tree | 512e27bd3d5cd17c4abfd3a1e8afada6c73a793f /Mkcd | |
parent | 9124aee2c63b90b2656cf56d2bf63dc7df305bb8 (diff) | |
download | mkcd-commandline-a4b689cc9115af97d4f9803852b54bd550677bae.tar mkcd-commandline-a4b689cc9115af97d4f9803852b54bd550677bae.tar.gz mkcd-commandline-a4b689cc9115af97d4f9803852b54bd550677bae.tar.bz2 mkcd-commandline-a4b689cc9115af97d4f9803852b54bd550677bae.tar.xz mkcd-commandline-a4b689cc9115af97d4f9803852b54bd550677bae.zip |
Diffstat (limited to 'Mkcd')
-rw-r--r-- | Mkcd/Commandline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |