From 69737177efda29d4b6682d76cdcd0a36ff8789b7 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sun, 23 Jan 2022 19:30:43 -0500 Subject: [PATCH] Changed version number to v3.0.3 --- README.md | 6 +++--- src/dashboard.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e10261..3db5573 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ 1. Download WGDashboard ```shell - git clone -b v3.0.1 https://github.com/donaldzou/WGDashboard.git wgdashboard + git clone -b v3.0.3 https://github.com/donaldzou/WGDashboard.git wgdashboard 2. Open the WGDashboard folder @@ -301,7 +301,7 @@ Since version 2.0, WGDashboard will be using a configuration file called `wg-das | `app_ip` | IP address the dashboard will run with | `0.0.0.0` | Yes | | `app_port` | Port the the dashboard will run with | `10086` | Yes | | `auth_req` | Does the dashboard need authentication to access, if `auth_req = false` , user will not be access the **Setting** tab due to security consideration. **User can only edit the file directly in system**. | `true` | **No** | -| `version` | Dashboard Version | `v3.0.1` | **No** | +| `version` | Dashboard Version | `v3.0.3` | **No** | | `dashboard_refresh_interval` | How frequent the dashboard will refresh on the configuration page | `60000ms` | Yes | | `dashboard_sort` | How configuration is sorting | `status` | Yes | | | | | | @@ -356,7 +356,7 @@ Endpoint = 0.0.0.0:51820 2. Update the dashboard ```shell - git pull https://github.com/donaldzou/WGDashboard.git v3.0.1 --force + git pull https://github.com/donaldzou/WGDashboard.git v3.0.3 --force ``` 3. Install diff --git a/src/dashboard.py b/src/dashboard.py index 9eace7a..7c445e2 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -31,7 +31,7 @@ from util import regex_match, check_DNS, check_Allowed_IPs, check_remote_endpoin check_IP_with_range, clean_IP_with_range # Dashboard Version -DASHBOARD_VERSION = 'v3.0.1' +DASHBOARD_VERSION = 'v3.0.3' # WireGuard's configuration path WG_CONF_PATH = None # Dashboard Config Name