update to 3.2

This commit is contained in:
kmvan
2019-09-03 10:54:40 +08:00
parent 5f069a97a0
commit 9362d58f4f
6 changed files with 81 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ namespace InnStudio\Prober\Components\Config;
class ConfigApi
{
public static $APP_VERSION = '3.1';
public static $APP_VERSION = '3.2';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $APP_CONFIG_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json';