Skip to content

Commit

Permalink
added version
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Jan 12, 2025
1 parent 0311d71 commit 3f0950f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Very customizable and easy to use shopping system, open source project based on laravel",
"keywords": ["xshop", "e-shop", "laravel","laravel-shop","open-source-shop"],
"license": "GPL-3.0-or-later",
"version": "2.3.0",
"version": "2.4.0",
"require": {
"php": "^8.2",
"ext-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

'name' => env('APP_NAME', 'xShop'),
'version' => env('APP_VERSION', '2.3.0'),
'version' => env('APP_VERSION', '2.4.0'),
'demo' => env('APP_DEMO', false),
/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 3f0950f

Please sign in to comment.