diff --git a/docs/changelog.json b/docs/changelog.json index 93cad84..22827e0 100644 --- a/docs/changelog.json +++ b/docs/changelog.json @@ -1,5 +1,6 @@ { "1": "Initial version. Enjoy!", "2": "You can now rename a client, and update the address. Enjoy!", - "3": "Many improvements and small changes. Enjoy!" + "3": "Many improvements and small changes. Enjoy!", + "4": "Now with pretty charts for client's network speed. Enjoy!" } \ No newline at end of file diff --git a/src/package.json b/src/package.json index 70184b8..fcef39a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,5 +1,5 @@ { - "release": 3, + "release": 4, "name": "wg-easy", "version": "1.0.0", "description": "",