From e21ca0b34853e1c4e684517deffc41efe89605a5 Mon Sep 17 00:00:00 2001 From: nklomp Date: Mon, 30 May 2022 16:02:21 +0200 Subject: [PATCH] chore: Prepare for 1.1.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6df0e285..1b5f0f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "1.0.3-unstable.0", + "version": "1.1.0", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",