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