From 470b05578bd9a0265a962da7a2c62ba2c843f5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20N=C3=B6hles?= Date: Fri, 12 Jul 2024 14:04:05 +0200 Subject: [PATCH] Set correct version in composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Nöhles --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a4ef4b..c29dc01 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "easybill/e-invoicing", - "version": "0.1.2", + "version": "0.1.1", "description": "A package to read and create the formats: factur-x, Peppol BIS Billing, XRechnung (CII/UBL)", "type": "library", "license": "MIT",