diff --git a/src/Controller/BuildController.php b/src/Controller/BuildController.php index 371f8f0..c921a88 100644 --- a/src/Controller/BuildController.php +++ b/src/Controller/BuildController.php @@ -4,7 +4,7 @@ use Illuminate\Routing\Controller; use Illuminate\Support\Facades\File; -use Intelmail\IntelMail; +use Intelrx\Intelmail\IntelMail; use Intelrx\Rapidkit\assets\Banner; use Intelrx\Rapidkit\assets\Helper; use Intelrx\Rapidkit\Config\Config; diff --git a/src/config/config.php b/src/config/config.php index ea73425..76dd5a3 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -4,7 +4,7 @@ class Config { - const VERSION = '1.8.9'; + const VERSION = '1.8.1x'; const ASSETS_DIR = "/src/assets"; public static function getBuildDir($levels): string