Skip to content

Commit 87ec783

Browse files
committed
Prerelease v0.2.1.3
1 parent 48be5f5 commit 87ec783

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
! Contributors : Mikachu2333 <[email protected]>
88
! |
99
! Created On : <2023-12-28>
10-
! Last Modified : <2025-06-20>
10+
! Last Modified : <2025-07-11>
1111
! ---------------------------------------------------------- -->
1212

1313
<div align="center">
@@ -43,7 +43,7 @@
4343
---
4444

4545
> [!NOTE]
46-
> 这是你可以参与的第一个现实世界中有用的C语言项目,[用 VS Code 一分钟内上手编译、运行、测试 chsrc ](./doc/01-Develop.md)
46+
> 这是你可以参与的第一个现实世界中有用的C语言项目,[用 VS Code 一分钟内上手编译、运行、测试 chsrc](./doc/01-Develop.md)
4747
>
4848
> 欢迎对 GitHub、Gitee 协作不熟悉的人以此为契机学习参与贡献, 欢迎任何编程初学者。[从开发到提交PR,我们覆盖全流程文档](./doc/)
4949
,作者可提供一定的 [贡献指导](https://github.com/RubyMetric/chsrc/discussions/50)
@@ -60,7 +60,7 @@
6060

6161
2. [搜集默认源地址,帮助使用 `reset` 功能](https://github.com/RubyMetric/chsrc/issues/111)
6262

63-
3. [搜集测速地址,帮助使用 `measure` 功能](https://github.com/RubyMetric/chsrc/issues/205)
63+
3. [搜集测速地址,进行精准测速](https://github.com/RubyMetric/chsrc/issues/205)
6464

6565
<br>
6666

src/chsrc-main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
* | Mikachu2333 <[email protected]>
3030
* |
3131
* Created On : <2023-08-28>
32-
* Last Modified : <2025-06-18>
32+
* Last Modified : <2025-07-11>
3333
*
3434
* chsrc: Change Source —— 全平台通用命令行换源工具
3535
* ------------------------------------------------------------*/
3636

37-
#define Chsrc_Version "0.2.1.2-dev2"
38-
#define Chsrc_Release_Date "2025/06/18"
37+
#define Chsrc_Version "0.2.1.3"
38+
#define Chsrc_Release_Date "2025/07/11"
3939
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
4040
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
4141

0 commit comments

Comments
 (0)