From f492c51dc7f6ef616cfeb025f1bf22784c1d5b53 Mon Sep 17 00:00:00 2001 From: "Scheidt, Fabian" Date: Mon, 5 Aug 2024 18:07:48 +0200 Subject: [PATCH] chore: bump version to 1.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b870c36..c0da820 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fabianscheidt/did-document-solution", "description": "Signs DID documents, stores them and makes them available through did:web.", - "version": "1.4.0", + "version": "1.4.1", "main": "index.ts", "license": "MIT", "scripts": {