From 9b3b493c2a0120f19b72663b7aefa71697322f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Wingender?= Date: Mon, 29 Apr 2024 13:17:34 +0200 Subject: [PATCH] chore: bump up version (#1093) * feat: add correct slashes to various urls * chore: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff4ea392b..9cf95b433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tatumio/tatum", - "version": "1.37.49", + "version": "1.37.50", "description": "Tatum API client allows browsers and Node.js clients to interact with Tatum API.", "main": "dist/src/index.js", "repository": "https://github.com/tatumio/tatum-js",