From b90ca5138219c544eb202faab08bcbf9e33f7cc8 Mon Sep 17 00:00:00 2001 From: Ramil Amerzyanov Date: Wed, 7 Jul 2021 17:40:14 +0300 Subject: [PATCH] bump version (#65) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fe9da6..8398f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vulcanize/eth-watcher-ts", - "version": "0.0.23", + "version": "0.0.24", "type": "commonjs", "types": "./dist", "main": "./dist/server.js",