diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-25 18:46:09 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-25 18:46:09 +0300 |
| commit | 31339d6bf84200a29d827156392dd662f517817c (patch) | |
| tree | f432c30f9358979fabe52cc7de0d784b2a10a994 | |
| parent | 8865443438358496f1d6d0002097532e58a541da (diff) | |
v1.6.1v1.6.1
| -rw-r--r-- | config/version | 2 | ||||
| -rw-r--r-- | web/html/xui/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/version b/config/version index ce6a70b9..2eda823f 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.6.0
\ No newline at end of file +1.6.1
\ No newline at end of file diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 5b42ca5d..284fdf03 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -129,7 +129,7 @@ <a-card hoverable :class="themeSwitcher.darkCardClass"> <a-row> <a-col :span="12"> - ipv4: + IPv4: <a-tooltip> <template slot="title"> [[ status.publicIP.ipv4 ]] @@ -138,7 +138,7 @@ </a-tooltip> </a-col> <a-col :span="12"> - ipv6: + IPv6: <a-tooltip> <template slot="title"> [[ status.publicIP.ipv6 ]] |
