From 26cfbff1d93b377925c19bd3b04360e3b1fc1da8 Mon Sep 17 00:00:00 2001 From: AlexzPurewoko Date: Fri, 15 Dec 2023 22:27:59 +0700 Subject: [PATCH] increase the version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a57196..eb67c71 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A core package for managing the authorization through CanCanCan style. With supports of granularity based on Attributes Based Access Control.", "type": "library", "license": "MIT", - "version": "0.5.6-stable", + "version": "0.5.7-stable", "scripts": { "test": "./vendor/bin/pest" },