aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-09-17 15:47:48 +0200
committerLoïc Hoguin <[email protected]>2018-09-17 15:47:48 +0200
commitea0296d1560557ce45cdfc197a0254fb15bd75f8 (patch)
treec215a89f72d7deef46549ec858a4aac020b3c7b0 /ebin
parente714b99fecb1923cfc4182d2c439fb0bd3943ac6 (diff)
downloadgun-ea0296d1560557ce45cdfc197a0254fb15bd75f8.tar.gz
gun-ea0296d1560557ce45cdfc197a0254fb15bd75f8.tar.bz2
gun-ea0296d1560557ce45cdfc197a0254fb15bd75f8.zip
Gun 1.2.01.2.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 439653b..80cbc7e 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.1.0"},
+ {vsn, "1.2.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]},