From 19a4b44e941c0376e6f953cb1bed690c61ed6fd0 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Mon, 21 Dec 2015 20:48:49 -0500 Subject: [PATCH] Corrected download url and version info in pack.pl --- pack.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.pl b/pack.pl index 4deabd4..f87662f 100644 --- a/pack.pl +++ b/pack.pl @@ -1,8 +1,8 @@ name(tokenize). title('A nascent tokenization library'). -version('0.1.0'). -download('https://github.com/aBathologist/tokenize/archive/v0.1.0.zip'). +version('0.1.1'). +download('https://github.com/aBathologist/tokenize/archive/v0.1.1.zip'). author('Shon Feder', 'shon.feder@gmail.com'). packager('Shon Feder', 'shon.feder@gmail.com').