Skip to content

Commit 9e8cb93

Browse files
committed
build:3.4.0-beta2
1 parent edde459 commit 9e8cb93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Language:** English | [简体中文](docs/zh-CN/README.md)
66

7-
![Version](https://img.shields.io/badge/version-3.4.0--beta1-blue.svg)
7+
![Version](https://img.shields.io/badge/version-3.4.0--beta2-blue.svg)
88
![GitHub license](https://img.shields.io/github/license/NodePassProject/NodePassDash)
99

1010
NodePassDash is a modern web dashboard for managing **NodePass** endpoints, tunnels, and services. It ships as a single Go binary (Gin + GORM + SQLite) with an embedded React (Vite + TypeScript + HeroUI) frontend, and provides real-time telemetry via SSE/WebSocket.
@@ -49,10 +49,10 @@ NodePassDash is a modern web dashboard for managing **NodePass** endpoints, tunn
4949

5050
## Documentation
5151

52-
- **Migration Guide:** [docs/en/MIGRATION.md](docs/en/MIGRATION.md)
53-
- **Docker Guide:** [docs/en/DOCKER.md](docs/en/DOCKER.md)
54-
- **Binary Guide:** [docs/en/BINARY.md](docs/en/BINARY.md)
55-
- **Development Guide:** [docs/en/DEVELOPMENT.md](docs/en/DEVELOPMENT.md)
52+
- **Migration Guide:** [MIGRATION.md](docs/en/MIGRATION.md)
53+
- **Docker Guide:** [OCKER.md](docs/en/DOCKER.md)
54+
- **Binary Guide:** [BINARY.md](docs/en/BINARY.md)
55+
- **Development Guide:** [DEVELOPMENT.md](docs/en/DEVELOPMENT.md)
5656

5757
## CLI Flags
5858

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NodePassDash",
33
"private": true,
4-
"version": "3.4.0-beta1",
4+
"version": "3.4.0-beta2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)