Skip to content

Commit 24d7a9a

Browse files
committed
Bump version number
1 parent 6539356 commit 24d7a9a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Open-source LoRaWAN Server that integrates both the network-server and the appli
44
This is useful for application providers that operate their own LoRaWAN network,
55
or for device and application developers.
66

7-
**This is release 0.5.0.** Migrating to this version will preserve the
7+
**This is release 0.5.2.** Migrating to this version will preserve the
88
Device/Node addresses and security keys, but will delete many ADR parameters, which
99
got moved to the Profile settings. You are required to review and complete
1010
the configuration before connecting any gateway or device!
@@ -135,6 +135,8 @@ To implement an internal application you need to create a new module implementin
135135
### Troubleshooting
136136
[![Build Status](https://travis-ci.org/gotthardp/lorawan-server.svg?branch=master)](https://travis-ci.org/gotthardp/lorawan-server)
137137

138+
First of all, please read the documentation.
139+
138140
If the server doesn't do what you expect, please review the server logs and consult the
139141
[Troubleshooting Instructions](doc/Troubleshooting.md) for the most common problems.
140142

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]}.
5454

5555
{relx, [
56-
{release, {'lorawan-server', "0.5.1"},
56+
{release, {'lorawan-server', "0.5.2"},
5757
[lorawan_server]},
5858
{sys_config, "lorawan_server.config"},
5959
{dev_mode, false},

src/lorawan_server.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%
66
{application, lorawan_server,
77
[{description, "LoRaWAN Application Server"},
8-
{vsn, "0.5.1"},
8+
{vsn, "0.5.2"},
99
{modules, []},
1010
{registered, []},
1111
{mod, {lorawan_app, []}},

0 commit comments

Comments
 (0)