update version

This commit is contained in:
Km.Van
2025-08-14 12:23:34 +08:00
parent 25fdb419e7
commit 95b84b32d2
5 changed files with 108 additions and 105 deletions
+1 -1
View File
@@ -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",
+6
View File
@@ -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
View File
@@ -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",
+99 -102
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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',