From 2238e516636e60d9862b29f00694fb0f5511077c Mon Sep 17 00:00:00 2001 From: "Scheidt, Fabian" Date: Mon, 4 Mar 2024 17:00:34 +0100 Subject: [PATCH] chore: bump version to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a40164e..7f84b21 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.1.1", + "version": "1.2.0", "main": "index.ts", "license": "MIT", "scripts": {