Skip to content

Commit d66fada

Browse files
committed
mcl: release 2.1.1
1 parent 96c5815 commit d66fada

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
```bash
4141
mkdir mcl
4242
cd mcl
43-
wget https://github.com/iTXTech/mirai-console-loader/releases/download/v2.1.0/mcl-2.1.0.zip
44-
unzip mcl-2.1.0.zip
43+
wget https://github.com/iTXTech/mirai-console-loader/releases/download/v2.1.1/mcl-2.1.1.zip
44+
unzip mcl-2.1.1.zip
4545
chmod +x mcl
4646
./mcl
4747
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'org.itxtech'
7-
version '2.1.0'
7+
version '2.1.1'
88
description '模块化、轻量级且支持完全自定义的 mirai 加载器。'
99

1010
repositories {

0 commit comments

Comments
 (0)