From ea1170d42543973e4ed06710e65c8319b688c331 Mon Sep 17 00:00:00 2001 From: Nicolas COMPAIN Date: Fri, 12 Jan 2024 10:08:51 +0000 Subject: [PATCH] Update description and version in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6280854..b9e6001 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "nwb/multi-downloader-client", - "description": "Modèle pour créer des modules communs php", + "description": "Client for multi-downloader-service", "type": "library", - "version": "0.0.1", + "version": "0.0.2", "autoload": { "psr-4": { "Nwb\\MultiDownloaderClient\\": "src/"