Skip to content

Commit decd036

Browse files
committed
fix update version 1.1.5
1 parent a896557 commit decd036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Config/CheckoutCod.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
*
1818
* The version of the package
1919
*/
20-
'version' => '1.1.4',
20+
'version' => '1.1.5',
2121
/**
2222
*
2323
* The version number of the package
2424
*/
25-
'versionNum' => '114',
25+
'versionNum' => '115',
2626

2727
/**
2828
*

src/Docs/V1/CheckoutCod/Controller/Controller.php

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

44
/**
55
* @OA\Info(
6-
* version="1.1.4",
6+
* version="1.1.5",
77
* title="NexaMerchant CheckoutCod Rest API Documentation",
88
* description="NexaMerchant CheckoutCod Rest API Documentation",
99
*

0 commit comments

Comments
 (0)