diff options
author | Loïc Hoguin <[email protected]> | 2017-01-06 15:03:32 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-01-06 15:03:32 +0100 |
commit | 0e7abe0b24593f131add272c275406d8ed231805 (patch) | |
tree | 4fa55fda336b1be6b9f31980e57c6bb5e71b51ff /ebin/cowlib.app | |
parent | 8e6d0f462850a90bd8a60995f52027839288d038 (diff) | |
download | cowlib-0e7abe0b24593f131add272c275406d8ed231805.tar.gz cowlib-0e7abe0b24593f131add272c275406d8ed231805.tar.bz2 cowlib-0e7abe0b24593f131add272c275406d8ed231805.zip |
Update CI; version to 2.0.0-pre.12.0.0-pre.1
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r-- | ebin/cowlib.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app index 7d9769c..5c67b39 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,6 +1,6 @@ {application, cowlib, [ {description, "Support library for manipulating Web protocols."}, - {vsn, "1.3.0"}, + {vsn, "2.0.0-pre.1"}, {modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_uri','cow_ws']}, {registered, []}, {applications, [kernel,stdlib,crypto]}, |