From 93e8a6025cb278cbdfaf97983aea514ccfa1a016 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Tue, 13 Oct 2020 12:56:51 -0700 Subject: [PATCH] v0.31.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a2c79feda..545d84bc34 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.30.0", + "version": "0.31.0", "repository": { "type": "git", "url": "git+https://github.com/near/near-api-js.git"