Skip to content

Commit 6fe1c0b

Browse files
committed
Up version to v2.5.1
1 parent 0082bc2 commit 6fe1c0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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_go.png)
44

5-
# Go-WebUI v2.5.0
5+
# Go-WebUI v2.5.1
66

77
#### [Features](#features) · [Installation](#installation) · [Usage](#usage) · [Documentation](#documentation) · [WebUI](https://github.com/webui-dev/webui)
88

@@ -81,9 +81,9 @@
8181
`replace` the path accordingly in the `g.mod` file.
8282

8383
```
84-
require github.com/webui-dev/go-webui/v2 v2.5.0
84+
require github.com/webui-dev/go-webui/v2 v2.5.1
8585
86-
replace github.com/webui-dev/go-webui/v2 v2.5.0 => ./modules/go-webui
86+
replace github.com/webui-dev/go-webui/v2 v2.5.1 => ./modules/go-webui
8787
```
8888

8989
- ### As git clone - for development and contribution purposes
@@ -212,7 +212,7 @@ Think of WebUI like a WebView controller, but instead of embedding the WebView c
212212

213213
## Wrappers
214214

215-
| Language | v2.4.0 API | v2.5.0 API | Link |
215+
| Language | v2.4.x API | v2.5.x API | Link |
216216
| --------------- | --- | -------------- | --------------------------------------------------------- |
217217
| Python | ✔️ | _not complete_ | [Python-WebUI](https://github.com/webui-dev/python-webui) |
218218
| Go | ✔️ | _not complete_ | [Go-WebUI](https://github.com/webui-dev/go-webui) |

0 commit comments

Comments
 (0)