From 50ae38540143169996f215659ef0ddb5b90dc870 Mon Sep 17 00:00:00 2001 From: Muath Alsowadi <34031333+muath-ye@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:43:05 +0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a51e15..ae9e8f5 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "HeroIcons is a Laravel package that provides a convenient command for generating hero icons as constants on a PHP class. This package is designed to simplify the process of working with hero icons in your Laravel projects.", "type": "library", "license": "MIT", - "version": "1.0.0", + "version": "1.1.0", "autoload": { "psr-4": { "YOS\\HeroIcons\\": "src/"