Version 2.3.10
This commit is contained in:
parent
f9dde2f049
commit
ed1f428ef6
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
PROJECT = emqttd
|
||||
PROJECT_DESCRIPTION = Erlang MQTT Broker
|
||||
PROJECT_VERSION = 2.3.9
|
||||
PROJECT_VERSION = 2.3.10
|
||||
|
||||
DEPS = goldrush gproc lager esockd ekka mochiweb pbkdf2 lager_syslog bcrypt clique jsx
|
||||
|
||||
|
@ -8,7 +8,7 @@ dep_goldrush = git https://github.com/basho/goldrush 0.1.9
|
|||
dep_gproc = git https://github.com/uwiger/gproc
|
||||
dep_getopt = git https://github.com/jcomellas/getopt v0.8.2
|
||||
dep_lager = git https://github.com/basho/lager master
|
||||
dep_esockd = git https://github.com/emqtt/esockd v5.2.1
|
||||
dep_esockd = git https://github.com/emqtt/esockd v5.2.2
|
||||
dep_ekka = git https://github.com/emqtt/ekka v0.2.3
|
||||
dep_mochiweb = git https://github.com/emqtt/mochiweb v4.2.2
|
||||
dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{application,emqttd,
|
||||
[{description,"Erlang MQTT Broker"},
|
||||
{vsn,"2.3.9"},
|
||||
{vsn,"2.3.10"},
|
||||
{modules,[]},
|
||||
{registered,[emqttd_sup]},
|
||||
{applications,[kernel,stdlib,gproc,lager,esockd,mochiweb,
|
||||
|
|
Loading…
Reference in New Issue