From 3fc50228ccf8389a1213d41146aab5ffa605cdf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 07:37:39 +0800 Subject: [PATCH] Update NPC & NPS by duan2001 (#1099) --- apps/npc/{0.30.5 => 0.31.0}/.env.sample | 0 apps/npc/{0.30.5 => 0.31.0}/data.yml | 0 apps/npc/{0.30.5 => 0.31.0}/docker-compose.yml | 2 +- apps/nps/{0.30.5 => 0.30.6}/.env.sample | 0 apps/nps/{0.30.5 => 0.30.6}/conf/nps.conf | 0 apps/nps/{0.30.5 => 0.30.6}/data.yml | 0 apps/nps/{0.30.5 => 0.30.6}/docker-compose.yml | 2 +- .../web/static/css/bootstrap-select.min.css | 0 .../web/static/css/bootstrap-table.min.css | 0 .../web/static/css/bootstrap.min.css | 0 .../web/static/css/datatables.css | 0 .../web/static/css/fontawesome.min.css | 0 .../web/static/css/regular.min.css | 0 .../{0.30.5 => 0.30.6}/web/static/css/solid.min.css | 0 .../nps/{0.30.5 => 0.30.6}/web/static/css/style.css | 0 .../web/static/img/flag/en-US.png | Bin .../web/static/img/flag/zh-CN.png | Bin apps/nps/{0.30.5 => 0.30.6}/web/static/img/nps.svg | 0 .../web/static/js/bootstrap-select.min.js | 0 .../web/static/js/bootstrap-table-cookie.min.js | 0 .../web/static/js/bootstrap-table-locale-all.min.js | 0 .../web/static/js/bootstrap-table.min.js | 0 .../web/static/js/bootstrap.min.js | 0 .../{0.30.5 => 0.30.6}/web/static/js/echarts.min.js | 0 .../web/static/js/fontawesome.min.js | 0 .../{0.30.5 => 0.30.6}/web/static/js/inspinia.js | 0 .../web/static/js/jquery-3.7.1.min.js | 0 .../web/static/js/jsencrypt.min.js | 0 .../{0.30.5 => 0.30.6}/web/static/js/language.js | 0 .../{0.30.5 => 0.30.6}/web/static/js/popper.min.js | 0 .../{0.30.5 => 0.30.6}/web/static/page/error.html | 0 .../web/static/page/languages.xml | 0 .../web/static/webfonts/SourceCodePro.otf | Bin .../web/static/webfonts/fa-solid-900.eot | Bin .../web/static/webfonts/fa-solid-900.svg | 0 .../web/static/webfonts/fa-solid-900.ttf | Bin .../web/static/webfonts/fa-solid-900.woff | Bin .../web/static/webfonts/fa-solid-900.woff2 | Bin .../webfonts/glyphicons-halflings-regular.eot | Bin .../webfonts/glyphicons-halflings-regular.svg | 0 .../webfonts/glyphicons-halflings-regular.ttf | Bin .../webfonts/glyphicons-halflings-regular.woff | Bin .../webfonts/glyphicons-halflings-regular.woff2 | Bin .../{0.30.5 => 0.30.6}/web/views/client/add.html | 0 .../{0.30.5 => 0.30.6}/web/views/client/edit.html | 0 .../{0.30.5 => 0.30.6}/web/views/client/list.html | 0 .../{0.30.5 => 0.30.6}/web/views/global/index.html | 0 .../nps/{0.30.5 => 0.30.6}/web/views/index/add.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/edit.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/hadd.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/hedit.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/help.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/hlist.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/index.html | 0 .../{0.30.5 => 0.30.6}/web/views/index/list.html | 0 .../{0.30.5 => 0.30.6}/web/views/login/index.html | 0 .../web/views/login/register.html | 0 .../{0.30.5 => 0.30.6}/web/views/public/error.html | 0 .../{0.30.5 => 0.30.6}/web/views/public/layout.html | 0 59 files changed, 2 insertions(+), 2 deletions(-) rename apps/npc/{0.30.5 => 0.31.0}/.env.sample (100%) rename apps/npc/{0.30.5 => 0.31.0}/data.yml (100%) rename apps/npc/{0.30.5 => 0.31.0}/docker-compose.yml (85%) rename apps/nps/{0.30.5 => 0.30.6}/.env.sample (100%) rename apps/nps/{0.30.5 => 0.30.6}/conf/nps.conf (100%) rename apps/nps/{0.30.5 => 0.30.6}/data.yml (100%) rename apps/nps/{0.30.5 => 0.30.6}/docker-compose.yml (96%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/bootstrap-select.min.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/bootstrap-table.min.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/bootstrap.min.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/datatables.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/fontawesome.min.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/regular.min.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/solid.min.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/css/style.css (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/img/flag/en-US.png (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/img/flag/zh-CN.png (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/img/nps.svg (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/bootstrap-select.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/bootstrap-table-cookie.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/bootstrap-table-locale-all.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/bootstrap-table.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/bootstrap.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/echarts.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/fontawesome.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/inspinia.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/jquery-3.7.1.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/jsencrypt.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/language.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/js/popper.min.js (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/page/error.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/page/languages.xml (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/SourceCodePro.otf (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/fa-solid-900.eot (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/fa-solid-900.svg (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/fa-solid-900.ttf (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/fa-solid-900.woff (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/fa-solid-900.woff2 (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/glyphicons-halflings-regular.eot (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/glyphicons-halflings-regular.svg (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/glyphicons-halflings-regular.ttf (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/glyphicons-halflings-regular.woff (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/static/webfonts/glyphicons-halflings-regular.woff2 (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/client/add.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/client/edit.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/client/list.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/global/index.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/add.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/edit.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/hadd.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/hedit.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/help.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/hlist.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/index.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/index/list.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/login/index.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/login/register.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/public/error.html (100%) rename apps/nps/{0.30.5 => 0.30.6}/web/views/public/layout.html (100%) diff --git a/apps/npc/0.30.5/.env.sample b/apps/npc/0.31.0/.env.sample similarity index 100% rename from apps/npc/0.30.5/.env.sample rename to apps/npc/0.31.0/.env.sample diff --git a/apps/npc/0.30.5/data.yml b/apps/npc/0.31.0/data.yml similarity index 100% rename from apps/npc/0.30.5/data.yml rename to apps/npc/0.31.0/data.yml diff --git a/apps/npc/0.30.5/docker-compose.yml b/apps/npc/0.31.0/docker-compose.yml similarity index 85% rename from apps/npc/0.30.5/docker-compose.yml rename to apps/npc/0.31.0/docker-compose.yml index d49846e64..0d401a36c 100644 --- a/apps/npc/0.30.5/docker-compose.yml +++ b/apps/npc/0.31.0/docker-compose.yml @@ -1,6 +1,6 @@ services: npc: - image: duan2001/npc:v0.30.5 + image: duan2001/npc:v0.31.0 restart: always network_mode: "host" command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY} diff --git a/apps/nps/0.30.5/.env.sample b/apps/nps/0.30.6/.env.sample similarity index 100% rename from apps/nps/0.30.5/.env.sample rename to apps/nps/0.30.6/.env.sample diff --git a/apps/nps/0.30.5/conf/nps.conf b/apps/nps/0.30.6/conf/nps.conf similarity index 100% rename from apps/nps/0.30.5/conf/nps.conf rename to apps/nps/0.30.6/conf/nps.conf diff --git a/apps/nps/0.30.5/data.yml b/apps/nps/0.30.6/data.yml similarity index 100% rename from apps/nps/0.30.5/data.yml rename to apps/nps/0.30.6/data.yml diff --git a/apps/nps/0.30.5/docker-compose.yml b/apps/nps/0.30.6/docker-compose.yml similarity index 96% rename from apps/nps/0.30.5/docker-compose.yml rename to apps/nps/0.30.6/docker-compose.yml index 097086168..c726ebb28 100644 --- a/apps/nps/0.30.5/docker-compose.yml +++ b/apps/nps/0.30.6/docker-compose.yml @@ -1,6 +1,6 @@ services: nps: - image: duan2001/nps:v0.30.5 + image: duan2001/nps:v0.30.6 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} diff --git a/apps/nps/0.30.5/web/static/css/bootstrap-select.min.css b/apps/nps/0.30.6/web/static/css/bootstrap-select.min.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/bootstrap-select.min.css rename to apps/nps/0.30.6/web/static/css/bootstrap-select.min.css diff --git a/apps/nps/0.30.5/web/static/css/bootstrap-table.min.css b/apps/nps/0.30.6/web/static/css/bootstrap-table.min.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/bootstrap-table.min.css rename to apps/nps/0.30.6/web/static/css/bootstrap-table.min.css diff --git a/apps/nps/0.30.5/web/static/css/bootstrap.min.css b/apps/nps/0.30.6/web/static/css/bootstrap.min.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/bootstrap.min.css rename to apps/nps/0.30.6/web/static/css/bootstrap.min.css diff --git a/apps/nps/0.30.5/web/static/css/datatables.css b/apps/nps/0.30.6/web/static/css/datatables.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/datatables.css rename to apps/nps/0.30.6/web/static/css/datatables.css diff --git a/apps/nps/0.30.5/web/static/css/fontawesome.min.css b/apps/nps/0.30.6/web/static/css/fontawesome.min.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/fontawesome.min.css rename to apps/nps/0.30.6/web/static/css/fontawesome.min.css diff --git a/apps/nps/0.30.5/web/static/css/regular.min.css b/apps/nps/0.30.6/web/static/css/regular.min.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/regular.min.css rename to apps/nps/0.30.6/web/static/css/regular.min.css diff --git a/apps/nps/0.30.5/web/static/css/solid.min.css b/apps/nps/0.30.6/web/static/css/solid.min.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/solid.min.css rename to apps/nps/0.30.6/web/static/css/solid.min.css diff --git a/apps/nps/0.30.5/web/static/css/style.css b/apps/nps/0.30.6/web/static/css/style.css similarity index 100% rename from apps/nps/0.30.5/web/static/css/style.css rename to apps/nps/0.30.6/web/static/css/style.css diff --git a/apps/nps/0.30.5/web/static/img/flag/en-US.png b/apps/nps/0.30.6/web/static/img/flag/en-US.png similarity index 100% rename from apps/nps/0.30.5/web/static/img/flag/en-US.png rename to apps/nps/0.30.6/web/static/img/flag/en-US.png diff --git a/apps/nps/0.30.5/web/static/img/flag/zh-CN.png b/apps/nps/0.30.6/web/static/img/flag/zh-CN.png similarity index 100% rename from apps/nps/0.30.5/web/static/img/flag/zh-CN.png rename to apps/nps/0.30.6/web/static/img/flag/zh-CN.png diff --git a/apps/nps/0.30.5/web/static/img/nps.svg b/apps/nps/0.30.6/web/static/img/nps.svg similarity index 100% rename from apps/nps/0.30.5/web/static/img/nps.svg rename to apps/nps/0.30.6/web/static/img/nps.svg diff --git a/apps/nps/0.30.5/web/static/js/bootstrap-select.min.js b/apps/nps/0.30.6/web/static/js/bootstrap-select.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/bootstrap-select.min.js rename to apps/nps/0.30.6/web/static/js/bootstrap-select.min.js diff --git a/apps/nps/0.30.5/web/static/js/bootstrap-table-cookie.min.js b/apps/nps/0.30.6/web/static/js/bootstrap-table-cookie.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/bootstrap-table-cookie.min.js rename to apps/nps/0.30.6/web/static/js/bootstrap-table-cookie.min.js diff --git a/apps/nps/0.30.5/web/static/js/bootstrap-table-locale-all.min.js b/apps/nps/0.30.6/web/static/js/bootstrap-table-locale-all.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/bootstrap-table-locale-all.min.js rename to apps/nps/0.30.6/web/static/js/bootstrap-table-locale-all.min.js diff --git a/apps/nps/0.30.5/web/static/js/bootstrap-table.min.js b/apps/nps/0.30.6/web/static/js/bootstrap-table.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/bootstrap-table.min.js rename to apps/nps/0.30.6/web/static/js/bootstrap-table.min.js diff --git a/apps/nps/0.30.5/web/static/js/bootstrap.min.js b/apps/nps/0.30.6/web/static/js/bootstrap.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/bootstrap.min.js rename to apps/nps/0.30.6/web/static/js/bootstrap.min.js diff --git a/apps/nps/0.30.5/web/static/js/echarts.min.js b/apps/nps/0.30.6/web/static/js/echarts.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/echarts.min.js rename to apps/nps/0.30.6/web/static/js/echarts.min.js diff --git a/apps/nps/0.30.5/web/static/js/fontawesome.min.js b/apps/nps/0.30.6/web/static/js/fontawesome.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/fontawesome.min.js rename to apps/nps/0.30.6/web/static/js/fontawesome.min.js diff --git a/apps/nps/0.30.5/web/static/js/inspinia.js b/apps/nps/0.30.6/web/static/js/inspinia.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/inspinia.js rename to apps/nps/0.30.6/web/static/js/inspinia.js diff --git a/apps/nps/0.30.5/web/static/js/jquery-3.7.1.min.js b/apps/nps/0.30.6/web/static/js/jquery-3.7.1.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/jquery-3.7.1.min.js rename to apps/nps/0.30.6/web/static/js/jquery-3.7.1.min.js diff --git a/apps/nps/0.30.5/web/static/js/jsencrypt.min.js b/apps/nps/0.30.6/web/static/js/jsencrypt.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/jsencrypt.min.js rename to apps/nps/0.30.6/web/static/js/jsencrypt.min.js diff --git a/apps/nps/0.30.5/web/static/js/language.js b/apps/nps/0.30.6/web/static/js/language.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/language.js rename to apps/nps/0.30.6/web/static/js/language.js diff --git a/apps/nps/0.30.5/web/static/js/popper.min.js b/apps/nps/0.30.6/web/static/js/popper.min.js similarity index 100% rename from apps/nps/0.30.5/web/static/js/popper.min.js rename to apps/nps/0.30.6/web/static/js/popper.min.js diff --git a/apps/nps/0.30.5/web/static/page/error.html b/apps/nps/0.30.6/web/static/page/error.html similarity index 100% rename from apps/nps/0.30.5/web/static/page/error.html rename to apps/nps/0.30.6/web/static/page/error.html diff --git a/apps/nps/0.30.5/web/static/page/languages.xml b/apps/nps/0.30.6/web/static/page/languages.xml similarity index 100% rename from apps/nps/0.30.5/web/static/page/languages.xml rename to apps/nps/0.30.6/web/static/page/languages.xml diff --git a/apps/nps/0.30.5/web/static/webfonts/SourceCodePro.otf b/apps/nps/0.30.6/web/static/webfonts/SourceCodePro.otf similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/SourceCodePro.otf rename to apps/nps/0.30.6/web/static/webfonts/SourceCodePro.otf diff --git a/apps/nps/0.30.5/web/static/webfonts/fa-solid-900.eot b/apps/nps/0.30.6/web/static/webfonts/fa-solid-900.eot similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/fa-solid-900.eot rename to apps/nps/0.30.6/web/static/webfonts/fa-solid-900.eot diff --git a/apps/nps/0.30.5/web/static/webfonts/fa-solid-900.svg b/apps/nps/0.30.6/web/static/webfonts/fa-solid-900.svg similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/fa-solid-900.svg rename to apps/nps/0.30.6/web/static/webfonts/fa-solid-900.svg diff --git a/apps/nps/0.30.5/web/static/webfonts/fa-solid-900.ttf b/apps/nps/0.30.6/web/static/webfonts/fa-solid-900.ttf similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/fa-solid-900.ttf rename to apps/nps/0.30.6/web/static/webfonts/fa-solid-900.ttf diff --git a/apps/nps/0.30.5/web/static/webfonts/fa-solid-900.woff b/apps/nps/0.30.6/web/static/webfonts/fa-solid-900.woff similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/fa-solid-900.woff rename to apps/nps/0.30.6/web/static/webfonts/fa-solid-900.woff diff --git a/apps/nps/0.30.5/web/static/webfonts/fa-solid-900.woff2 b/apps/nps/0.30.6/web/static/webfonts/fa-solid-900.woff2 similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/fa-solid-900.woff2 rename to apps/nps/0.30.6/web/static/webfonts/fa-solid-900.woff2 diff --git a/apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.eot b/apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.eot similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.eot rename to apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.eot diff --git a/apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.svg b/apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.svg similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.svg rename to apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.svg diff --git a/apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.ttf b/apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.ttf similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.ttf rename to apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.ttf diff --git a/apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.woff b/apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.woff similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.woff rename to apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.woff diff --git a/apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.woff2 b/apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from apps/nps/0.30.5/web/static/webfonts/glyphicons-halflings-regular.woff2 rename to apps/nps/0.30.6/web/static/webfonts/glyphicons-halflings-regular.woff2 diff --git a/apps/nps/0.30.5/web/views/client/add.html b/apps/nps/0.30.6/web/views/client/add.html similarity index 100% rename from apps/nps/0.30.5/web/views/client/add.html rename to apps/nps/0.30.6/web/views/client/add.html diff --git a/apps/nps/0.30.5/web/views/client/edit.html b/apps/nps/0.30.6/web/views/client/edit.html similarity index 100% rename from apps/nps/0.30.5/web/views/client/edit.html rename to apps/nps/0.30.6/web/views/client/edit.html diff --git a/apps/nps/0.30.5/web/views/client/list.html b/apps/nps/0.30.6/web/views/client/list.html similarity index 100% rename from apps/nps/0.30.5/web/views/client/list.html rename to apps/nps/0.30.6/web/views/client/list.html diff --git a/apps/nps/0.30.5/web/views/global/index.html b/apps/nps/0.30.6/web/views/global/index.html similarity index 100% rename from apps/nps/0.30.5/web/views/global/index.html rename to apps/nps/0.30.6/web/views/global/index.html diff --git a/apps/nps/0.30.5/web/views/index/add.html b/apps/nps/0.30.6/web/views/index/add.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/add.html rename to apps/nps/0.30.6/web/views/index/add.html diff --git a/apps/nps/0.30.5/web/views/index/edit.html b/apps/nps/0.30.6/web/views/index/edit.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/edit.html rename to apps/nps/0.30.6/web/views/index/edit.html diff --git a/apps/nps/0.30.5/web/views/index/hadd.html b/apps/nps/0.30.6/web/views/index/hadd.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/hadd.html rename to apps/nps/0.30.6/web/views/index/hadd.html diff --git a/apps/nps/0.30.5/web/views/index/hedit.html b/apps/nps/0.30.6/web/views/index/hedit.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/hedit.html rename to apps/nps/0.30.6/web/views/index/hedit.html diff --git a/apps/nps/0.30.5/web/views/index/help.html b/apps/nps/0.30.6/web/views/index/help.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/help.html rename to apps/nps/0.30.6/web/views/index/help.html diff --git a/apps/nps/0.30.5/web/views/index/hlist.html b/apps/nps/0.30.6/web/views/index/hlist.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/hlist.html rename to apps/nps/0.30.6/web/views/index/hlist.html diff --git a/apps/nps/0.30.5/web/views/index/index.html b/apps/nps/0.30.6/web/views/index/index.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/index.html rename to apps/nps/0.30.6/web/views/index/index.html diff --git a/apps/nps/0.30.5/web/views/index/list.html b/apps/nps/0.30.6/web/views/index/list.html similarity index 100% rename from apps/nps/0.30.5/web/views/index/list.html rename to apps/nps/0.30.6/web/views/index/list.html diff --git a/apps/nps/0.30.5/web/views/login/index.html b/apps/nps/0.30.6/web/views/login/index.html similarity index 100% rename from apps/nps/0.30.5/web/views/login/index.html rename to apps/nps/0.30.6/web/views/login/index.html diff --git a/apps/nps/0.30.5/web/views/login/register.html b/apps/nps/0.30.6/web/views/login/register.html similarity index 100% rename from apps/nps/0.30.5/web/views/login/register.html rename to apps/nps/0.30.6/web/views/login/register.html diff --git a/apps/nps/0.30.5/web/views/public/error.html b/apps/nps/0.30.6/web/views/public/error.html similarity index 100% rename from apps/nps/0.30.5/web/views/public/error.html rename to apps/nps/0.30.6/web/views/public/error.html diff --git a/apps/nps/0.30.5/web/views/public/layout.html b/apps/nps/0.30.6/web/views/public/layout.html similarity index 100% rename from apps/nps/0.30.5/web/views/public/layout.html rename to apps/nps/0.30.6/web/views/public/layout.html