update to 8.1

This commit is contained in:
Km.Van
2021-08-14 20:31:26 +08:00
parent d0bdff7768
commit 151e2aa2dd
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"APP_VERSION": "8.0",
"APP_VERSION": "8.1",
"APP_NAME": "X Prober",
"APP_URL": "https://github.com/kmvan/x-prober",
"AUTHOR_URL": "https://inn-studio.com/prober",
+7
View File
@@ -2,6 +2,13 @@
All Notable changes to `X-Prober` will be documented in this file
## 8.1.0 - 2021-08-14
### Optimize
- Optimize page max width
- ESlint fix
## 8.0.0 - 2021-07-13
### Add
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -7,7 +7,7 @@ namespace InnStudio\Prober\Components\Config;
class ConfigApi
{
public static $APP_VERSION = '8.0';
public static $APP_VERSION = '8.1';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $APP_CONFIG_URLS = array('https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json', 'https://api.inn-studio.com/download/?id=xprober-config');