Skip to content

Commit 1107db6

Browse files
committed
Up to v2.4.4
1 parent 591b593 commit 1107db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Logo](img/webui.png)
44

5-
# Deno WebUI v2.4.3
5+
# Deno WebUI v2.4.4
66

77
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868
88
[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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.3
2+
WebUI Library 2.4.4
33
44
http://webui.me
55
https://github.com/webui-dev/deno-webui
@@ -751,7 +751,7 @@ export class WebUI {
751751
}
752752

753753
static get version() {
754-
return "2.4.3";
754+
return "2.4.4";
755755
}
756756
}
757757

0 commit comments

Comments
 (0)