From 0859f20dd5aaca54e5774cc35acf879c31d74762 Mon Sep 17 00:00:00 2001 From: Serhii Volovyk Date: Fri, 1 Oct 2021 01:26:10 +0300 Subject: [PATCH] v0.43.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68f6a994b5..2c7c4a1bbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "near-api-js", "description": "JavaScript library to interact with NEAR Protocol via RPC API", - "version": "0.43.0", + "version": "0.43.1", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"