mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 02:29:32 +08:00
update version
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"APP_VERSION": "9.0.1",
|
||||
"APP_VERSION": "9.0.2",
|
||||
"APP_NAME": "X Prober",
|
||||
"APP_URL": "https://github.com/kmvan/x-prober",
|
||||
"AUTHOR_URL": "https://inn-studio.com/prober",
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
All Notable changes to `X-Prober` will be documented in this file
|
||||
|
||||
## 9.0.2 - 2025-08-14
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix update version error
|
||||
|
||||
## 9.0.1 - 2025-08-14
|
||||
|
||||
### Fix
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"APP_VERSION": "9.0.1",
|
||||
"APP_VERSION": "9.0.2",
|
||||
"APP_NAME": "X Prober",
|
||||
"APP_URL": "https://github.com/kmvan/x-prober",
|
||||
"AUTHOR_URL": "https://inn-studio.com/prober",
|
||||
|
||||
Vendored
+99
-102
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@ namespace InnStudio\Prober\Components\Config;
|
||||
class ConfigApi
|
||||
{
|
||||
public static $config = array (
|
||||
'APP_VERSION' => '9.0.1',
|
||||
'APP_VERSION' => '9.0.2',
|
||||
'APP_NAME' => 'X Prober',
|
||||
'APP_URL' => 'https://github.com/kmvan/x-prober',
|
||||
'AUTHOR_URL' => 'https://inn-studio.com/prober',
|
||||
|
||||
Reference in New Issue
Block a user