2 Commits

Author SHA1 Message Date
dcfa53e40c 1.0.3
Some checks failed
Default (tags) / security (push) Failing after 17s
Default (tags) / test (push) Failing after 15s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2023-11-27 18:10:06 +01:00
38fefa42c6 fix(core): update 2023-11-27 18:10:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@signature.digital/portablecontract",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "a package that defines standard tools for working with contracts.",
"main": "dist_ts/index.js",

View File

@ -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.'
}