From c3e67609853c9c654aa2772d20781494ac1d547c Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Tue, 23 Jul 2024 21:42:19 +0200 Subject: [PATCH] chore: prepare for next dev cycle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffe1e78f..fbbac5f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "4.0.0", + "version": "4.0.1-unstable.o", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",