vsn 0.1.4

This commit is contained in:
erylee 2013-01-04 16:36:03 +08:00
parent ba5e21278e
commit 3979c83550
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Changes with emqtt 0.1.4 04 Jan 2012
*) Bugfix: fix "mosquitto_sub -q 2 ......" bug
*) Bugfix: fix keep alive bug
Changes with emqtt 0.1.3 04 Jan 2012
*) Feature: support QOS2 PUBREC, PUBREL,PUBCOMP messages

View File

@ -1,7 +1,7 @@
{application, emqtt,
[
{description, "erlang mqtt broker"},
{vsn, "0.1.3"},
{vsn, "0.1.4"},
{modules, [
emqtt,
emqtt_app,