diff --git a/src/Config/Apis.php b/src/Config/Apis.php index 58fe1b1..aedb009 100644 --- a/src/Config/Apis.php +++ b/src/Config/Apis.php @@ -9,12 +9,12 @@ * * The version of the package */ - 'version' => '1.1.1', + 'version' => '1.1.2', /** * * The version number of the package */ - 'versionNum' => '111', + 'versionNum' => '112', /** * * enable input log for all requests default is false @@ -30,4 +30,24 @@ 'description' => 'Apis package is a package that contains all the apis for the application', + 'license' => 'MIT', + + 'author' => 'Steve', + + 'email' => 'nice.lizhi@gmail.com', + + 'homepage' => 'https://nexa-merchant.com', + + 'composer' => "nexa-merchant/apis", + + 'keywords' => [ + 'Apis', + 'API', + 'APIs', + 'APIs package', + 'APIs for the application', + ], + + + ]; \ No newline at end of file diff --git a/src/Docs/V1/Admin/Controllers/Controller.php b/src/Docs/V1/Admin/Controllers/Controller.php index aac19e0..54e2725 100644 --- a/src/Docs/V1/Admin/Controllers/Controller.php +++ b/src/Docs/V1/Admin/Controllers/Controller.php @@ -4,7 +4,7 @@ /** * @OA\Info( - * version="1.1.1", + * version="1.1.2", * title="NexaMerchant Admin Rest API Documentation", * description="NexaMerchant Admin Rest API Documentation", *