From 4ca5d048d9c4c3332e89ff2734436dbd5a6e1145 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 12 Jan 2024 12:47:53 +0000 Subject: [PATCH] version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b9e6001..3b9d5ef 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nwb/multi-downloader-client", "description": "Client for multi-downloader-service", "type": "library", - "version": "0.0.2", + "version": "0.0.3", "autoload": { "psr-4": { "Nwb\\MultiDownloaderClient\\": "src/" @@ -24,4 +24,4 @@ "scripts": { "test": "phpunit" } -} \ No newline at end of file +}