From a4a97ec49d65128fa2415933e8601012dd96bca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sat, 18 Sep 2021 19:34:18 +0200 Subject: [PATCH] Version bump to 1.2 --- Makefile | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index bbd8200..d77e4d5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1 +VERSION=1.2 .PHONY: all diff --git a/README.md b/README.md index 9c74b2f..e001dc9 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Support for NATS is only less than 150 lines. The quickest way how to run lobby on your server is this: ```shell -wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.1/lobbyd-1.1-linux-amd64 +wget -O /usr/local/bin/lobbyd https://github.com/by-cx/lobby/releases/download/v1.2/lobbyd-1.2-linux-amd64 chmod +x /usr/local/bin/lobbyd -wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.1/lobbyctl-1.1-linux-amd64 +wget -O /usr/local/bin/lobbyctl https://github.com/by-cx/lobby/releases/download/v1.2/lobbyctl-1.2-linux-amd64 chmod +x /usr/local/bin/lobbyctl # Update NATS_URL and LABELS here @@ -223,11 +223,11 @@ too. ## TODO * [X] Tests -* [ ] Command hooks - script or list of scripts that are triggered when discovery status has changed +* [X] Command hooks - script or list of scripts that are triggered when discovery status has changed * [ ] Support for multiple active backend drivers -* [ ] Redis driver +* [X] Redis driver * [X] Remove the 5 secs waiting when daemon is stopped * [X] API to allow add labels at runtime - +* [ ] Check what happens when driver is disconnected