diff options
author | Loïc Hoguin <[email protected]> | 2014-03-27 11:11:04 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-03-27 11:11:04 +0100 |
commit | f58340a0044856bb508df03cfe94cf79308380a2 (patch) | |
tree | b5adc2af46ee2b81d5f2bfa2fdc035de472efa56 /src | |
parent | 6ca19cde811a6bb7cb489a9a9b57d06762f3b730 (diff) | |
download | cowlib-f58340a0044856bb508df03cfe94cf79308380a2.tar.gz cowlib-f58340a0044856bb508df03cfe94cf79308380a2.tar.bz2 cowlib-f58340a0044856bb508df03cfe94cf79308380a2.zip |
Update cowlib to 0.6.10.6.1
Minor tweaks to types and code.
Diffstat (limited to 'src')
-rw-r--r-- | src/cowlib.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowlib.app.src b/src/cowlib.app.src index cf275af..67c339b 100644 --- a/src/cowlib.app.src +++ b/src/cowlib.app.src @@ -14,7 +14,7 @@ {application, cowlib, [ {description, "Support library for manipulating Web protocols."}, - {vsn, "0.6.0"}, + {vsn, "0.6.1"}, {modules, []}, {registered, []}, {applications, [ |