From 8d99d45e8fa1ac071d0adba8f2c8af0cee78e169 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Fri, 2 Feb 2024 12:30:34 +0100 Subject: [PATCH] chore: prepare for dev cycle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d2d8a2c..6a6c9821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "3.1.0", + "version": "3.1.1-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",