From c083eba527ea849404810819cc3f0bee243f9827 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Fri, 2 Feb 2024 12:28:21 +0100 Subject: [PATCH] chore: prepare for 3.1.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae080849..9d2d8a2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "3.0.2-unstable.0", + "version": "3.1.0", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",