🔖 发布1.0.1版本

This commit is contained in:
刘嘉伟 2023-12-01 15:22:40 +08:00
parent aaf6cd7255
commit eba4c0d2cf
2 changed files with 5 additions and 6 deletions

View File

@ -21,6 +21,10 @@
</p>
</div>
## 里程碑
- 2023-12-01: 发布v1.0.1版本
- 2023-11-28: 发布v1.0版本
## 演示
![connect server](https://github.com/luckjiawei/frpc-desktop/blob/main/demo/conn.png?raw=true)
@ -31,11 +35,6 @@
![log](https://github.com/luckjiawei/frpc-desktop/blob/main/demo/log.png?raw=true)
[//]: # (## 里程碑)
[//]: # (- 2023-11-28: 发布v1.0版本)
## License
[MIT](LICENSE)

View File

@ -1,6 +1,6 @@
{
"name": "Frpc-Desktop",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist-electron/main/index.js",
"description": "一个frpc桌面客户端",
"author": "刘嘉伟 <8473136@qq.com>",