Skip to content

Commit

Permalink
[rel] 0.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bour committed Jun 29, 2016
1 parent a5046a5 commit f938c1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wave [![Build Status](https://secure.travis-ci.org/gbour/wave.png?branch=master)](http://travis-ci.org/gbour/wave) ![release 0.3.0](https://img.shields.io/badge/release-0.3.0-red.svg)
wave [![Build Status](https://secure.travis-ci.org/gbour/wave.png?branch=master)](http://travis-ci.org/gbour/wave) ![release 0.4.0](https://img.shields.io/badge/release-0.4.0-red.svg)
====

Wave is a MQTT Broker, written in Erlang.
Expand All @@ -15,10 +15,11 @@ Features
* [x] Qos 0, 1 & 2
* [x] SSL
* [x] WebSockets
* [ ] $SYS hierarchy
* [ ] monitoring
* [X] access logs
* [ ] authentication
* [x] $SYS hierarchy
* [x] monitoring
* [x] access logs
* [x] authentication
* [ ] ACLs
* [ ] administration interface
* [ ] plugins

Expand Down
2 changes: 1 addition & 1 deletion apps/wave/src/wave.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{application, wave, [
{description, "MQTT broker"},
{vsn, "0.3.0"},
{vsn, "0.4.0"},
{registered, []},
{mod, { wave_app, []}},
{applications, [
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]}.

{relx, [{release,
{'wave', "0.3.0"},
{'wave', "0.4.0"},
[
wave,
% dependencies dependencies
Expand Down

0 comments on commit f938c1a

Please sign in to comment.