Skip to content

Commit 171df45

Browse files
committed
Bump for first release (v0.1.0)
1 parent 5c224a4 commit 171df45

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ cp ./priv/conf/configuration.sample.json ./priv/conf/configuration.json
8585

8686
Only compatible with Erlang OTP 20+.
8787

88-
TODO Installation instructions for Erlang
89-
* Where to get Erlang distribution
90-
* `apt install inotify-tools` (for dev)
9188

9289
% TODO Use error_logger:info_msg("") for logging
9390
--> Use a logging facility and be able to configure it to stdout or file,

src/geo_gateway.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, geo_gateway, [
22
{description, "A gateway for receiving and redistributing data from machine sensors"},
3-
{vsn, "git"},
3+
{vsn, "0.1.0"},
44
{registered, [
55
geo_gateway_forwarding_router,
66
geo_gateway_forwarding_scheduler,

0 commit comments

Comments
 (0)