release 3

This commit is contained in:
Emile Nijssen 2021-11-12 21:30:24 +00:00
parent e843593b17
commit 9a4b0bff2e
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{ {
"1": "Initial version. Enjoy!", "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!"
}

View File

@ -1,5 +1,5 @@
{ {
"release": 2, "release": 3,
"name": "wg-easy", "name": "wg-easy",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
@ -30,4 +30,4 @@
"engines": { "engines": {
"node": "14" "node": "14"
} }
} }