Skip to content

Commit 66c5e79

Browse files
authored
Merge pull request #109 from sigmaSd/22
bump to 2.5.12
2 parents bda8db1 + 242bb20 commit 66c5e79

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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_deno.png)
44

5-
# Deno-WebUI v2.5.11 (Beta)
5+
# Deno-WebUI v2.5.12 (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
@@ -46,7 +46,7 @@ is written in Deno using WebUI as the GUI library.
4646
Specific version:
4747

4848
```js
49-
import { WebUI } from "jsr:@webui/[email protected].11";
49+
import { WebUI } from "jsr:@webui/[email protected].12";
5050
```
5151

5252
Latest version:

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webui/deno-webui",
3-
"version": "2.5.11",
3+
"version": "2.5.12",
44
"exports": "./mod.ts",
55
"imports": {
66
"@std/fs": "jsr:@std/fs@^1.0.19",

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* ## Minimal Example
1717
*
1818
* ```ts
19-
* import { WebUI } from "jsr:@webui/[email protected].11";
19+
* import { WebUI } from "jsr:@webui/[email protected].12";
2020
*
2121
* const myWindow = new WebUI();
2222
* await myWindow.show("<html><script src=\"webui.js\"></script> Hello World! </html>");

src/webui.ts

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

0 commit comments

Comments
 (0)