Browse Source

release 3

pull/115/head
Emile Nijssen 3 years ago
parent
commit
9a4b0bff2e
  1. 5
      docs/changelog.json
  2. 4
      src/package.json

5
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!"
}

4
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"
}
}
}
Loading…
Cancel
Save