From 809c3f3607f64d3910194363837cb9cd17c16bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Fri, 9 Apr 2021 15:34:20 +0100 Subject: [PATCH] Updated version number on the validator client (#565) --- clients/validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/validator/package.json b/clients/validator/package.json index 8ef5351bfc..d1f61fdb31 100644 --- a/clients/validator/package.json +++ b/clients/validator/package.json @@ -1,6 +1,6 @@ { "name": "@nymproject/nym-validator-client", - "version": "0.10.0-rc4", + "version": "0.10.0-rc5", "description": "A TypeScript client for interacting with smart contracts in Nym validators", "repository": "https://github.com/nymtech/nym", "main": "./dist/index.js",