fix(core): update

This commit is contained in:
Philipp Kunz 2023-11-25 01:48:23 +01:00
parent 0c125795f7
commit 80f5439669
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartsign',
version: '1.0.4',
version: '1.0.5',
description: 'sign documents'
}

View File

@ -8,6 +8,6 @@ export class SigningEnvelope {
}
exportSignedPdf() {
}
}