We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4fbe3 commit bd1ab70Copy full SHA for bd1ab70
src/webui.ts
@@ -1,5 +1,5 @@
1
/*
2
- WebUI Library 2.5.0
+ WebUI Deno 2.5.2
3
http://webui.me
4
https://github.com/webui-dev/deno-webui
5
Copyright (c) 2020-2023 Hassan Draga.
@@ -867,7 +867,7 @@ export class WebUI {
867
}
868
869
static get version() {
870
- return "2.5.0";
+ return "2.5.2";
871
872
873
0 commit comments