Skip to content

Commit

Permalink
1.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Jun 20, 2024
1 parent 579c1ea commit b9ffc85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"php": "^8.2",
"laravel/telescope": "*",
"spatie/laravel-backup": "*",
"spatie/laravel-activitylog": "*"
"spatie/laravel-activitylog": "*",
"rapidrx/intelmail": "*"
},
"require-dev": {
"rapidrx/intelmail": "*"
},
"extra": {
"laravel": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Config
{
const VERSION = '1.8.15';
const VERSION = '1.8.16';
const ASSETS_DIR = "/src/assets";

public static function getBuildDir($levels): string
Expand Down

0 comments on commit b9ffc85

Please sign in to comment.