diff --git a/README.md b/README.md index db99724f..1077eb80 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Bar assistant is a self hosted application for managing your home bar. It allows This repository only contains the API server, if you are looking for easy to use web client, take a look at [Salt Rim](https://github.com/karlomikus/vue-salt-rim). +

+ Click here to view API demo. +
+ Click here to view frontend demo. +
+ Email: admin@example.com · Password: password +

+ ## Features - Includes all current IBA cocktails - Over 100 ingredients diff --git a/config/bar-assistant.php b/config/bar-assistant.php index 5a87c5cc..b4544ade 100644 --- a/config/bar-assistant.php +++ b/config/bar-assistant.php @@ -11,7 +11,7 @@ | */ - 'version' => 'v0.5.0', + 'version' => 'v0.5.1', /* |--------------------------------------------------------------------------