From e255a3606b4a5dc28c7b27d65bbb03049a03720b Mon Sep 17 00:00:00 2001 From: 396296 <396296@mail.muni.cz> Date: Mon, 14 Nov 2022 17:31:21 +0100 Subject: [PATCH] Add necessary version change --- README.md | 5 ++--- VERSION.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a343bd0..1e76ce9 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ To use the library you need to have installed: - ## How to use json-server as mock backend with provided dummy data 1. Install json-server `npm install -g json-server`. +2. Run `npm install`. 3. Run the server with provided parameters `json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js`. -4. Run `npm install`. -5. Run the app in local environment and ssl `ng serve --configuration local --ssl` and access it on `https://localhost:4200`. +4. Run the app in local environment and ssl `ng serve --configuration local --ssl` and access it on `https://localhost:4200`. diff --git a/VERSION.txt b/VERSION.txt index a9c73c4..3d1eb9e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,2 +1,2 @@ -14.0.0 Initial library version +14.0.0 Initial clustering library version -- GitLab