Skip to content

Commit

Permalink
[rel] 0.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bour committed Jun 1, 2016
1 parent b4837f9 commit 65e9324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.2.0](https://img.shields.io/badge/release-0.2.0-red.svg)
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 is a MQTT Broker, written in Erlang.
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.2.0"},
{vsn, "0.3.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 @@ -37,7 +37,7 @@
]}.

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

0 comments on commit 65e9324

Please sign in to comment.