aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-01 16:16:47 +0200
committerLoïc Hoguin <[email protected]>2018-10-01 16:16:47 +0200
commite7dd9f227e46979d8073e71c683395a809b78cb4 (patch)
tree58b768c20d8235ac5ebf89de6f1cf76ce3e043cb /ebin
parent87e279322ba8dd86d6d8ab43f90a1b591ef090d1 (diff)
downloadgun-e7dd9f227e46979d8073e71c683395a809b78cb4.tar.gz
gun-e7dd9f227e46979d8073e71c683395a809b78cb4.tar.bz2
gun-e7dd9f227e46979d8073e71c683395a809b78cb4.zip
Gun 1.3.01.3.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 80cbc7e..d21abcf 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.2.0"},
+ {vsn, "1.3.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]},