From cad71f729b2fc4b98d8cfd88f5889eecef74e301 Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Thu, 19 Oct 2023 09:26:35 +0100 Subject: [PATCH] feature: up version to 0.20.10-rc4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66b9c24..91def6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.20.10-rc3", + "version": "0.20.10-rc4", "description": "Orion Protocol SDK", "main": "./lib/index.cjs", "module": "./lib/index.js",