Skip to content

Commit

Permalink
fix update apis
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 31, 2024
1 parent fe69b0c commit 3762513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Config/Apis.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
*
* The version of the package
*/
'version' => '1.0.8',
'version' => '1.0.9',
/**
*
* The version number of the package
*/
'versionNum' => '108',
'versionNum' => '109',
/**
*
* enable input log for all requests default is false
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Admin/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @OA\Info(
* version="1.0.7",
* version="1.0.9",
* title="NexaMerchant Admin Rest API Documentation",
* description="NexaMerchant Admin Rest API Documentation",
*
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Shop/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @OA\Info(
* version="1.0.8",
* version="1.0.9",
* title="NexaMerchant Store Front Rest API Documentation",
* description="NexaMerchant Store Front Rest API Documentation",
*
Expand Down

0 comments on commit 3762513

Please sign in to comment.