Skip to content

Commit 79802d5

Browse files
committed
up version from 2.5.3 to 2.5.4
1 parent 9e888a4 commit 79802d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Deno 2.5.3
2+
WebUI Deno 2.5.4
33
http://webui.me
44
https://github.com/webui-dev/deno-webui
55
Copyright (c) 2020-2025 Hassan Draga.
@@ -1123,7 +1123,7 @@ export class WebUI {
11231123
}
11241124

11251125
static get version(): string {
1126-
return "2.5.3";
1126+
return "2.5.4";
11271127
}
11281128
}
11291129

0 commit comments

Comments
 (0)