From 3ca376882b560435552296df651eeabe57295775 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 24 Jul 2024 15:28:29 +0200 Subject: [PATCH] chore(release): prepare for next dev cycle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 836a016e..6c033e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "4.0.1", + "version": "4.0.2-unstable-0", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",