Skip to content

Commit 89523e8

Browse files
committed
update 2.0.6
1 parent 1dc0fee commit 89523e8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Config/Apis.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
*
1010
* The version of the package
1111
*/
12-
'version' => '2.0.4',
12+
'version' => '2.0.6',
1313
/**
1414
*
1515
* The version number of the package
1616
*/
17-
'versionNum' => '204',
17+
'versionNum' => '206',
1818
/**
1919
*
2020
* enable input log for all requests default is false

src/Docs/V1/Admin/Controllers/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* @OA\Info(
7-
* version="2.0.3",
7+
* version="2.0.6",
88
* title="NexaMerchant Admin Rest API Documentation",
99
* description="NexaMerchant Admin Rest API Documentation",
1010
*

src/Docs/V1/Shop/Controllers/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* @OA\Info(
7-
* version="2.0.3",
7+
* version="2.0.6",
88
* title="NexaMerchant Store Front Rest API Documentation",
99
* description="NexaMerchant Store Front Rest API Documentation",
1010
*

0 commit comments

Comments
 (0)