aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-27 10:50:07 +0200
committerLoïc Hoguin <[email protected]>2018-07-27 10:50:07 +0200
commit4496a06c011748c223477860456fed6b3e4e3029 (patch)
treeb14c02b09c4d8103569e507aae3829a8fcbbfdc8 /ebin
parent3c850da9664e89fbb6f47d24ae825dd5940b4ed1 (diff)
downloadgun-4496a06c011748c223477860456fed6b3e4e3029.tar.gz
gun-4496a06c011748c223477860456fed6b3e4e3029.tar.bz2
gun-4496a06c011748c223477860456fed6b3e4e3029.zip
Gun 1.0.01.0.0
Diffstat (limited to 'ebin')
-rw-r--r--ebin/gun.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/gun.app b/ebin/gun.app
index 21ccc19..c933c4f 100644
--- a/ebin/gun.app
+++ b/ebin/gun.app
@@ -1,6 +1,6 @@
{application, 'gun', [
{description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
- {vsn, "1.0.0-rc.1"},
+ {vsn, "1.0.0"},
{modules, ['gun','gun_app','gun_content_handler','gun_data_h','gun_http','gun_http2','gun_sse_h','gun_sup','gun_tcp','gun_tls','gun_ws','gun_ws_h']},
{registered, [gun_sup]},
{applications, [kernel,stdlib,ssl,cowlib]},