From 9a4b0bff2e9ddc3ff718f7a5c0530e9f82f2f272 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Fri, 12 Nov 2021 21:30:24 +0000 Subject: [PATCH] release 3 --- docs/changelog.json | 5 +++-- src/package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog.json b/docs/changelog.json index ea1b3e6..93cad84 100644 --- a/docs/changelog.json +++ b/docs/changelog.json @@ -1,4 +1,5 @@ { "1": "Initial version. Enjoy!", - "2": "You can now rename a client, and update the address. Enjoy!" -} + "2": "You can now rename a client, and update the address. Enjoy!", + "3": "Many improvements and small changes. Enjoy!" +} \ No newline at end of file diff --git a/src/package.json b/src/package.json index 6696738..70184b8 100644 --- a/src/package.json +++ b/src/package.json @@ -1,5 +1,5 @@ { - "release": 2, + "release": 3, "name": "wg-easy", "version": "1.0.0", "description": "", @@ -30,4 +30,4 @@ "engines": { "node": "14" } -} +} \ No newline at end of file