diff --git a/composer.json b/composer.json index bb47621..e78da92 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "intelrx/rapidkit", "license": "MIT", - "description": "IntelRx/RapidKit is a powerful Laravel package designed to enhance development efficiency by providing essential tools and features for rapid application building. With a focus on simplifying resource creation and modularizing common functionalities, RapidKit streamlines Laravel project workflows. It equips developers with robust capabilities to accelerate development cycles and reduce boilerplate code, ensuring projects are scalable and maintainable. Whether you're starting a new application or improving an existing one, RapidKit facilitates quicker deployment of features, allowing developers to concentrate more on application logic than repetitive tasks. Installable via Composer, RapidKit integrates seamlessly into Laravel projects, offering extensibility through customizable features tailored to project-specific needs. Check out our comprehensive documentation to harness the full potential of IntelRx/RapidKit and join our community in contributing to its ongoing evolution.", + "description": "IntelRx/RapidKit accelerates Laravel development with streamlined resource creation and essential tools. Modularize applications efficiently, reducing boilerplate and enhancing scalability. Install via Composer for rapid integration and customize for project-specific needs", "keywords": [ "laravel", "framework", "rapidkit", "intelrx", "laravel-backup", "telescope", "laravel-telescope", "spatie"], "autoload": { "psr-4": { diff --git a/src/config/config.php b/src/config/config.php index 42e7c2d..ef0b0e5 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -3,5 +3,5 @@ class Config { - const VERSION = '1.7.1'; + const VERSION = '1.7.2'; } \ No newline at end of file