diff --git a/README.md b/README.md
index 80fdb4c6..224e7e64 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
# Install custom version
-To install your desired version you can add the version to the end of install command. Example for ver `v2.0.0`:
+To install your desired version you can add the version to the end of install command. Example for ver `v2.0.1`:
```
-bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.0
+bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.1
```
# SSL
diff --git a/config/version b/config/version
index 359a5b95..10bf840e 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-2.0.0
\ No newline at end of file
+2.0.1
\ No newline at end of file
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 4be7997d..668f426c 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -72,7 +72,7 @@
});
},
genSubLink(subID) {
- return app.subSettings.subURI+subID+'?name='+subID;
+ return app.subSettings.subURI+subID;
}
},
updated() {
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index e668805e..a0c9292a 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -172,7 +172,7 @@
{{ i18n "pages.client.renew" }}
Short Ids
-
+
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index c263415a..0d8f850d 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -303,7 +303,7 @@
infoModal.visible = false;
},
genSubLink(subID) {
- return app.subSettings.subURI+subID+'?name='+subID;
+ return app.subSettings.subURI+subID;
}
};