From a69a8f876a8e90c53ba2ed0b0e901c6dbcefd3b7 Mon Sep 17 00:00:00 2001 From: Pradeep Date: Wed, 13 Mar 2024 16:08:36 +0530 Subject: [PATCH] updated: version --- Config/vaahcms.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/vaahcms.php b/Config/vaahcms.php index 75a06fa40..eb2431b47 100644 --- a/Config/vaahcms.php +++ b/Config/vaahcms.php @@ -8,7 +8,7 @@ $settings = [ 'app_name' => 'VaahCMS', 'app_slug' => 'vaahcms', - 'version' => '2.2.6', + 'version' => '2.2.7', 'php_version_required' => '8.1', 'get_config_version' => false, 'website' => 'https://vaah.dev/cms', diff --git a/composer.json b/composer.json index 6b408aa9e..5cfea3578 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "webreinvent/vaahcms", - "version": "2.2.6", + "version": "2.2.7", "description": "VaahCMS is a laravel based open-source web application development platform shipped with headless content management system.", "keywords": ["vaahcms", "headless", "hmvc", "laravel", "cms", "vue", "pinia"], "homepage": "https://webreinvent.com",