v2.2
This commit is contained in:
parent
fc1329d09a
commit
ba0c08517f
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
PROJECT = emqttd
|
||||
PROJECT_DESCRIPTION = Erlang MQTT Broker
|
||||
PROJECT_VERSION = 2.1.2
|
||||
PROJECT_VERSION = 2.2
|
||||
|
||||
DEPS = goldrush gproc lager esockd mochiweb pbkdf2 lager_syslog bcrypt
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{application, emqttd, [
|
||||
{description, "Erlang MQTT Broker"},
|
||||
{vsn, "2.2"},
|
||||
{modules, []},
|
||||
{registered, [emqttd_sup]},
|
||||
{applications, [kernel,stdlib,gproc,lager,esockd,mochiweb,lager_syslog,pbkdf2]},
|
||||
{env, []},
|
||||
{mod, {emqttd_app, []}},
|
||||
{maintainers, ["Feng Lee <feng@emqtt.io>"]},
|
||||
{licenses, ["Apache-2.0"]},
|
||||
{links, [{"Github", "https://github.com/emqtt/emqttd"}]}
|
||||
]}.
|
||||
{application,emqttd,
|
||||
[{description,"Erlang MQTT Broker"},
|
||||
{vsn,"2.2"},
|
||||
{modules,[]},
|
||||
{registered,[emqttd_sup]},
|
||||
{applications,[kernel,stdlib,gproc,lager,esockd,mochiweb,
|
||||
lager_syslog,pbkdf2]},
|
||||
{env,[]},
|
||||
{mod,{emqttd_app,[]}},
|
||||
{maintainers,["Feng Lee <feng@emqtt.io>"]},
|
||||
{licenses,["Apache-2.0"]},
|
||||
{links,[{"Github","https://github.com/emqtt/emqttd"}]}]}.
|
||||
|
|
Loading…
Reference in New Issue