Skip to content

Commit

Permalink
Bump for first release (v0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Mar 23, 2020
1 parent 5c224a4 commit 171df45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/geo_gateway.app.src
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 171df45

Please sign in to comment.