diff --git a/README.md b/README.md index b0bb472..0c05e84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/main/webui_deno.png) -# Deno-WebUI v2.5.12 (Beta) +# Deno-WebUI v2.5.13 (Beta) [last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868 [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. Specific version: ```js -import { WebUI } from "jsr:@webui/deno-webui@2.5.12"; +import { WebUI } from "jsr:@webui/deno-webui@2.5.13"; ``` Latest version: diff --git a/deno.json b/deno.json index 66b819e..f93b3f5 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@webui/deno-webui", - "version": "2.5.12", + "version": "2.5.13", "exports": "./mod.ts", "imports": { "@std/fs": "jsr:@std/fs@^1.0.19", diff --git a/mod.ts b/mod.ts index f4405fb..5ac14a0 100644 --- a/mod.ts +++ b/mod.ts @@ -16,7 +16,7 @@ * ## Minimal Example * * ```ts - * import { WebUI } from "jsr:@webui/deno-webui@2.5.12"; + * import { WebUI } from "jsr:@webui/deno-webui@2.5.13"; * * const myWindow = new WebUI(); * await myWindow.show(" Hello World! "); diff --git a/src/webui.ts b/src/webui.ts index 4affa9c..54990cb 100644 --- a/src/webui.ts +++ b/src/webui.ts @@ -1,5 +1,5 @@ /* - WebUI Deno 2.5.12 + WebUI Deno 2.5.13 http://webui.me https://github.com/webui-dev/deno-webui Copyright (c) 2020-2025 Hassan Draga.