Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Aug 22, 2016
1 parent 3d28314 commit 09a4c4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ if you find a bug or miss a feature.
Type `yum install erlang npm` or `apt-get install erlang npm`

You will need the following prerequisites:
* Erlang/OTP 18 or later.
* npm, the JavaScript package manager.
* Erlang/OTP 18 or later
* [Rebar3](https://www.rebar3.org/docs/getting-started)
* npm, the JavaScript package manager

Build and release the lorawan-server by
```bash
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]}.

{relx, [
{release, {'lorawan-server', "0.0.1"},
{release, {'lorawan-server', "0.1.0"},
[lorawan_server]},
{sys_config, "lorawan_server.config"},
{dev_mode, true},
Expand Down
2 changes: 1 addition & 1 deletion src/lorawan_server.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%
{application, lorawan_server,
[{description, "LoRaWAN Application Server"},
{vsn, "0.0.1"},
{vsn, "0.1.0"},
{modules, []},
{registered, []},
{mod, {lorawan_app, []}},
Expand Down

0 comments on commit 09a4c4b

Please sign in to comment.