From 0ac4c6d9a1e1e6c0cfecc32aa6793236db578bf4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 29 Jan 2024 21:08:06 +0100 Subject: [PATCH] 1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07ba09c..e26b794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apiclient.xyz/hetznercloud", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "an unofficial api client for the hetzner cloud api", "main": "dist_ts/index.js", @@ -49,4 +49,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}