From 171df45266ba2048a6306d730feea79b41c1eb65 Mon Sep 17 00:00:00 2001 From: Yoan Tournade Date: Mon, 23 Mar 2020 19:53:32 +0100 Subject: [PATCH] Bump for first release (v0.1.0) --- README.md | 3 --- src/geo_gateway.app.src | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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,