From 80f54396695d867595c55e479ae7bf5e7efbdb4b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 25 Nov 2023 01:48:23 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/classes.envelope.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1891a83..c0743b5 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartsign', - version: '1.0.4', + version: '1.0.5', description: 'sign documents' } diff --git a/ts/classes.envelope.ts b/ts/classes.envelope.ts index d3861c3..ea01647 100644 --- a/ts/classes.envelope.ts +++ b/ts/classes.envelope.ts @@ -8,6 +8,6 @@ export class SigningEnvelope { } exportSignedPdf() { - + } } \ No newline at end of file