Update WebUI version to v2.2.1 (#838)

Security patch is applied. If you want to use this version, you need to
log out and log back in.

See Pull Request #838 for more detailed information.
This commit is contained in:
Sukchan Lee 2021-03-12 09:32:11 +09:00
parent 569f98f92c
commit 0a94e1ece4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.2.0",
"version": "2.2.1",
"description": "Open5gs",
"main": "index.js",
"repository": "https://github.com/open5gs/open5gs/webui",