fix(build): Fix build script to use correct tsbuild command

This commit is contained in:
2024-06-27 12:32:17 +02:00
parent 090f8101ac
commit 7c15589ce7
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/webwidget',
version: '1.1.0',
version: '1.1.1',
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
}