WebUI version changes to v0.5.1

This commit is contained in:
Sukchan Lee 2019-07-30 21:05:23 +09:00
parent 8813e0a175
commit d08a37f9bb
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
#
PACKAGE="nextepc"
VERSION="0.4.3"
VERSION="0.5.1"
print_status() {
echo

View File

@ -1,6 +1,6 @@
{
"name": "nextepc",
"version": "0.4.3",
"version": "0.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nextepc",
"version": "0.4.3",
"version": "0.5.1",
"description": "NextEPC",
"main": "index.js",
"repository": "https://github.com/acetcom/nextepc",