Skip to content

Commit

Permalink
v1.0.5 start
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 26, 2024
1 parent 892131c commit abc8042
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Config/Apis.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return [
'name' => 'Apis',
'version' => '1.0.4',
'version' => '1.0.5',
'versionNum' => '104',
];
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.4",
* version="1.0.5",
* 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.4",
* version="1.0.5",
* title="NexaMerchant Store Front Rest API Documentation",
* description="NexaMerchant Store Front Rest API Documentation",
*
Expand Down

0 comments on commit abc8042

Please sign in to comment.