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