From 82668f96101ae96862a9d801931bfb093d841f31 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 29 Jan 2024 13:55:56 +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 1e1451c..ea81168 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", @@ -46,4 +46,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}