aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniamtokik <[email protected]>2017-02-06 10:54:38 +0100
committerLoïc Hoguin <[email protected]>2017-02-06 11:28:41 +0100
commita004ad710eddd0c21aaccc30d5633a76b06164b5 (patch)
treeaf655848c34d7c9ee005854a16abc5a999b2f2f3
parent8a07098b31ebdf37bf2e72fdd4b25a0f0052c849 (diff)
downloadranch-1.3.2.tar.gz
ranch-1.3.2.tar.bz2
ranch-1.3.2.zip
Fix version to 1.3.21.3.2
-rw-r--r--Makefile2
-rw-r--r--ebin/ranch.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cdff69b..a47d9fa 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = ranch
PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
-PROJECT_VERSION = 1.3.0
+PROJECT_VERSION = 1.3.2
PROJECT_REGISTERED = ranch_server
# Options.
diff --git a/ebin/ranch.app b/ebin/ranch.app
index 15e74a5..3de1674 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,6 +1,6 @@
{application, ranch, [
{description, "Socket acceptor pool for TCP protocols."},
- {vsn, "1.3.0"},
+ {vsn, "1.3.2"},
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},