Skip to content

Commit

Permalink
fix upgrade 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Oct 30, 2024
1 parent 7c65602 commit 7e9840d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nexa-merchant/upselling",
"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"type": "library",
"description" : "NexaMerchant upselling Apps",
"keywords": ["laravel", "upselling","upsell", "upselling-rules", "upselling-products", "upselling-apps", "upselling-features", "upsell", "upsell-products", "upsell-rules", "upsell-apps", "upsell-features"],
Expand Down
4 changes: 2 additions & 2 deletions src/Config/Upselling.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
return [
'name' => 'Upselling',
'version' => '1.0.3',
'versionNum' => '103',
'version' => '1.0.4',
'versionNum' => '104',
'description' => 'Upselling',
'author' => 'Steve',
'enable' => env('UPSELLING_ENABLE', true)
Expand Down
2 changes: 1 addition & 1 deletion src/Docs/V1/Upselling/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @OA\Info(
* version="1.0.3",
* version="1.0.4",
* title="NexaMerchant Store Upselling Rest API Documentation",
* description="NexaMerchant Store Upselling Rest API Documentation",
*
Expand Down

0 comments on commit 7e9840d

Please sign in to comment.