Skip to content

Commit 9ee89d9

Browse files
committed
build: 更新项目版本至 v1.2.0
- 修改 Makefile 中的 commitId 为最新提交 - 更新默认提交信息为 "v1.2.0 开发" - 在 README.md 和 README_zh.md 中将 redisun 版本从 1.0.0 升级到 1.1.0
1 parent d8e90d7 commit 9ee89d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ reset_git:
1818

1919
# 将指定commitId之后的所有提交压缩成一个提交
2020
# 使用方法: make squash_commits commitId=<commitId>
21-
commitId="1805a89ba2692a6085056314fe76efb7f1aa383d"
21+
commitId="d8e90d734da128435f5282369ad1abe97f1e0308"
2222
squash_commits:
2323
git reset --soft $(commitId)
2424
git add -A -- :!/.idea/ :!/target/ :!/pages/node_modules/ :!/pages/.astro/ :!/pages/.cache/
25-
git commit -m "v1.1.0 开发"
25+
git commit -m "v1.2.0 开发"
2626
git push -f origin master
2727
git push -f github master
2828

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Redisun is a lightweight Redis client based on [smart-socket](https://github.com
3535
<dependency>
3636
<groupId>tech.smartboot</groupId>
3737
<artifactId>redisun</artifactId>
38-
<version>1.0.0</version>
38+
<version>1.1.0</version>
3939
</dependency>
4040
```
4141

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Redisun 是一个基于 [smart-socket](https://gitee.com/smartboot/smart-socket)
3535
<dependency>
3636
<groupId>tech.smartboot</groupId>
3737
<artifactId>redisun</artifactId>
38-
<version>1.0.0</version>
38+
<version>1.1.0</version>
3939
</dependency>
4040
```
4141

0 commit comments

Comments
 (0)