Skip to content

Commit

Permalink
Corrected download url and version info in pack.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
aBathologist committed Dec 22, 2015
1 parent 6138e2e commit 19a4b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack.pl
Original file line number Diff line number Diff line change
@@ -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', '[email protected]').
packager('Shon Feder', '[email protected]').
Expand Down

0 comments on commit 19a4b44

Please sign in to comment.