From eba4c0d2cf788a55f12082b0f087bea8ace3c06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Fri, 1 Dec 2023 15:22:40 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=831.0.1=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 261fcbb..f559c77 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@

+## 里程碑 +- 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) diff --git a/package.json b/package.json index 6b77207..11650e8 100644 --- a/package.json +++ b/package.json @@ -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>",