From 82e25a4fbedf61335c21e0ecca85aecbff7a38de Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Fri, 13 Sep 2024 14:41:19 +0200 Subject: [PATCH] chore: next unstable version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83a942ae..03a7b890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "4.1.0", + "version": "4.1.1-unstable.1", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",