From 76c1ac6bfe687521d46926d96dceaa97938093b5 Mon Sep 17 00:00:00 2001 From: Philipp Bolte Date: Tue, 13 Sep 2022 13:42:15 +0200 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cb0075..a918d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spherity/ethr-revocation-registry", - "version": "1.0.4", + "version": "1.0.5", "description": "The Ethereum Revocation List types for smart contract interaction.", "scripts": { "prepare": "npm run types",