From dbea36c4e03d626926871cbb51d55e2f3e9cba5b Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Tue, 28 Nov 2023 03:29:24 +0100 Subject: [PATCH] chore: prepare for next release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d689e00f..142b4d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "2.2.2", + "version": "2.2.3.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",