diff --git a/README.md b/README.md index 265dbd7..3c10716 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,6 @@ cp ./priv/conf/configuration.sample.json ./priv/conf/configuration.json Only compatible with Erlang OTP 20+. -TODO Installation instructions for Erlang -* Where to get Erlang distribution -* `apt install inotify-tools` (for dev) % TODO Use error_logger:info_msg("") for logging --> Use a logging facility and be able to configure it to stdout or file, diff --git a/src/geo_gateway.app.src b/src/geo_gateway.app.src index 475afb9..674f42b 100644 --- a/src/geo_gateway.app.src +++ b/src/geo_gateway.app.src @@ -1,6 +1,6 @@ {application, geo_gateway, [ {description, "A gateway for receiving and redistributing data from machine sensors"}, - {vsn, "git"}, + {vsn, "0.1.0"}, {registered, [ geo_gateway_forwarding_router, geo_gateway_forwarding_scheduler,