From 0803ccebc2309724734f41074b5b5d641f4f5710 Mon Sep 17 00:00:00 2001 From: david-paulus-saad Date: Mon, 2 Oct 2023 13:23:23 +0300 Subject: [PATCH] feat: fix package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc99438..0cc69bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@impargo/lexoffice-client-js", - "version": "1.0.0", + "version": "1.0.2", "description": "An universal client for the Lexoffice API written in Typescript", "main": "dist/index.js", "module": "dist/index.m.js",