Skip to content

Commit a7f2cf6

Browse files
committed
Up to v2.5.6
1 parent cde029c commit a7f2cf6

5 files changed

Lines changed: 7 additions & 7 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.5 (Beta)
5+
# Bun-WebUI v2.5.6 (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.5",
3+
"version": "2.5.6",
44
"description": "Use any web browser as GUI, with Bun in the backend and HTML5 in the frontend.",
55
"type": "module",
66
"exports": {

src/ffi_worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Bun 2.5.5
2+
WebUI Bun 2.5.6
33
http://webui.me
44
https://github.com/webui-dev/bun-webui
55
Copyright (c) 2020-2026 Hassan Draga.

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.5
2+
WebUI Bun 2.5.6
33
http://webui.me
44
https://github.com/webui-dev/bun-webui
55
Copyright (c) 2020-2026 Hassan Draga.
@@ -1018,7 +1018,7 @@ export class WebUI {
10181018
}
10191019

10201020
static get version() {
1021-
return "2.5.5";
1021+
return "2.5.6";
10221022
}
10231023
}
10241024

0 commit comments

Comments
 (0)