Skip to content

Commit

Permalink
Added download url to enable auto update checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder authored and Shon Feder committed Dec 22, 2015
1 parent 5b497db commit f390362
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,10 +1,10 @@
name(tokenize).
title('A nascent tokenization library').

version('0.1.1').
version('0.1.2').
%% Remember to change this to enable automatic update checking next time!
%% Cf. http://eu.swi-prolog.org/howto/Pack.html
download('https://github.com/aBathologist/tokenize/archive/v0.1.1.zip').
download('https://github.com/aBathologist/tokenize/release/*.zip').

author('Shon Feder', '[email protected]').
packager('Shon Feder', '[email protected]').
Expand Down

0 comments on commit f390362

Please sign in to comment.