From 38fefa42c6a62a0a511392d33d14b15ec48d3450 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 27 Nov 2023 18:10:05 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ac9d440..7a1f86e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@signature.digital/portablecontract', - version: '1.0.2', + version: '1.0.3', description: 'a package that defines standard tools for working with contracts.' }