Skip to content

Commit a916f7f

Browse files
committed
Up to v2.5.5
1 parent 82abc6c commit a916f7f

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.4 (Beta)
5+
# Bun-WebUI v2.5.5 (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.4",
3+
"version": "2.5.5",
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.4
2+
WebUI Bun 2.5.5
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.4
2+
WebUI Bun 2.5.5
33
http://webui.me
44
https://github.com/webui-dev/bun-webui
55
Copyright (c) 2020-2026 Hassan Draga.
@@ -1011,7 +1011,7 @@ export class WebUI {
10111011
}
10121012

10131013
static get version() {
1014-
return "2.5.4";
1014+
return "2.5.5";
10151015
}
10161016
}
10171017

0 commit comments

Comments
 (0)