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 591b593 commit 1107db6Copy full SHA for 1107db6
README.md
@@ -2,7 +2,7 @@
2
3

4
5
-# Deno WebUI v2.4.3
+# Deno WebUI v2.4.4
6
7
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868
8
[release-version]: https://img.shields.io/github/v/tag/webui-dev/webui?style=for-the-badge&logo=webtrees&logoColor=C0CAF5&labelColor=414868&color=7664C6
src/webui.ts
@@ -1,5 +1,5 @@
1
/*
- WebUI Library 2.4.3
+ WebUI Library 2.4.4
http://webui.me
https://github.com/webui-dev/deno-webui
@@ -751,7 +751,7 @@ export class WebUI {
751
}
752
753
static get version() {
754
- return "2.4.3";
+ return "2.4.4";
755
756
757
0 commit comments