Skip to content

Commit c2a1086

Browse files
committed
Up to v2.5.7
1 parent cffb6d2 commit c2a1086

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

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

33
![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/main/webui_bun.png)
44

5-
# Bun-WebUI v2.5.6 (Beta)
5+
# Bun-WebUI v2.5.7 (Beta)
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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webui-dev/bun-webui",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"description": "Use any web browser as GUI, with Bun in the backend and HTML5 in the frontend.",
55
"type": "module",
66
"exports": {

src/webui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Bun 2.5.6
2+
WebUI Bun 2.5.7
33
http://webui.me
44
https://github.com/webui-dev/bun-webui
55
Copyright (c) 2020-2026 Hassan Draga.
@@ -1196,7 +1196,7 @@ export class WebUI {
11961196
}
11971197

11981198
static get version() {
1199-
return "2.5.6";
1199+
return "2.5.7";
12001200
}
12011201
}
12021202

0 commit comments

Comments
 (0)