This commit is contained in:
Feng Lee 2016-06-20 12:18:49 +08:00
parent a398a74ed5
commit 83b25fe84a
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ eunit.coverdata
test/ct.cover.spec test/ct.cover.spec
logs logs
ct.coverdata ct.coverdata
.idea/
emqttd.iml

View File

@ -1,7 +1,7 @@
{application, emqttd, {application, emqttd,
[ [
{description, "Erlang MQTT Broker"}, {description, "Erlang MQTT Broker"},
{vsn, "1.1.1"}, {vsn, "2.0"},
{id, "emqttd"}, {id, "emqttd"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},