diff --git a/app/index/view/default/config.json b/app/index/view/default/config.json index 803ca5cd3c2a4cf39034bf1766a8e5f781645183..134037b6223cd83c094a9177c7ec8da98af55a0e 100755 --- a/app/index/view/default/config.json +++ b/app/index/view/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"2.2.1", + "ver":"2.2.2", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/app/service/ConstService.php b/app/service/ConstService.php index 5f692fe17456d93485bbb2aa4f96f9f7b897e73f..67db9d50a34666f2722539fc8649fcddd5cd1aab 100644 --- a/app/service/ConstService.php +++ b/app/service/ConstService.php @@ -87,6 +87,7 @@ class ConstService '2.1.0' => ['value' => '2.1.0', 'name' => 'v2.1.0'], '2.2.0' => ['value' => '2.2.0', 'name' => 'v2.2.0'], '2.2.1' => ['value' => '2.2.1', 'name' => 'v2.2.1'], + '2.2.2' => ['value' => '2.2.2', 'name' => 'v2.2.2'], ], // 用户注册类型列表 diff --git a/public/core.php b/public/core.php index b32ea7a15c854e6f792e0e6e2812bb62057ecf59..82ba1937dad0c938d67bed7868f4a6dd1edc4a70 100755 --- a/public/core.php +++ b/public/core.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 系统版本 -define('APPLICATION_VERSION', 'v2.2.1'); +define('APPLICATION_VERSION', 'v2.2.2'); // 检测PHP环境 if(version_compare(PHP_VERSION,'7.2.5','<'))