From be66d354ab9fb9e6f071e4a73abf594ff38c4f84 Mon Sep 17 00:00:00 2001 From: Antonio Morrone Date: Thu, 1 Dec 2022 14:55:04 +0100 Subject: [PATCH] build: update package.json version and rif-relay dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 48c2111..eae699e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rif-relay-client", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "This project contains all the client code for the rif relay system.", "main": "dist/index.js", "scripts": { @@ -27,8 +27,8 @@ ] }, "dependencies": { - "@rsksmart/rif-relay-common": "1.0.0-alpha.2", - "@rsksmart/rif-relay-contracts": "1.0.0-alpha.2", + "@rsksmart/rif-relay-common": "1.0.0-alpha.3", + "@rsksmart/rif-relay-contracts": "1.0.0-alpha.4", "abi-decoder": "~2.3.0", "axios": "~0.21.1", "bignumber.js": "^9.1.0",