From 8a81fb8c85d8f0f7987e938a520ebb0e99fd9753 Mon Sep 17 00:00:00 2001 From: nklomp Date: Fri, 17 Feb 2023 21:45:55 +0100 Subject: [PATCH] chore: prepare for v1.1.6 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c40ca6a..b702f83c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/pex", - "version": "1.1.6-unstable.0", + "version": "1.1.6", "description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", "main": "dist/main/index.js", "module": "dist/module/index.js",