0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00

Update to 2.0.0-pre.9

This commit is contained in:
Loïc Hoguin 2017-05-19 20:23:01 +02:00
parent f3e5f3e410
commit 2ad057ab1c
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
PROJECT = cowboy
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
PROJECT_VERSION = 2.0.0-pre.8
PROJECT_VERSION = 2.0.0-pre.9
PROJECT_REGISTERED = cowboy_clock
# Options.

View file

@ -1,6 +1,6 @@
{application, 'cowboy', [
{description, "Small, fast, modern HTTP server."},
{vsn, "2.0.0-pre.8"},
{vsn, "2.0.0-pre.9"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_iolists','cowboy_loop','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},
{applications, [kernel,stdlib,crypto,cowlib,ranch]},