Skip to content

Commit bd1ab70

Browse files
committed
Fix version string typo
1 parent 0f4fbe3 commit bd1ab70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.5.0
2+
WebUI Deno 2.5.2
33
http://webui.me
44
https://github.com/webui-dev/deno-webui
55
Copyright (c) 2020-2023 Hassan Draga.
@@ -867,7 +867,7 @@ export class WebUI {
867867
}
868868

869869
static get version() {
870-
return "2.5.0";
870+
return "2.5.2";
871871
}
872872
}
873873

0 commit comments

Comments
 (0)