4 Commits

Author SHA1 Message Date
af23ed0ad2 1.0.72 2023-10-06 16:26:35 +02:00
fe6cd43047 fix(core): update 2023-10-06 16:26:34 +02:00
d7830def2d 1.0.71 2023-10-06 16:25:58 +02:00
7f14fc3790 fix(core): update 2023-10-06 16:25:57 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uptimelink/webwidget",
"version": "1.0.70",
"version": "1.0.72",
"private": false,
"description": "the webwidget for public use of uptimelink",
"main": "dist_ts_web/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptimelink/webwidget',
version: '1.0.70',
version: '1.0.72',
description: 'the webwidget for public use of uptimelink'
}