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

Cowboy 2.0.0-rc.4

This commit is contained in:
Loïc Hoguin 2017-09-27 18:30:13 +02:00
parent fda2d150db
commit 754d125f35
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-rc.3
PROJECT_VERSION = 2.0.0-rc.4
PROJECT_REGISTERED = cowboy_clock
# Options.

View file

@ -1,6 +1,6 @@
{application, 'cowboy', [
{description, "Small, fast, modern HTTP server."},
{vsn, "2.0.0-rc.3"},
{vsn, "2.0.0-rc.4"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','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]},