We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c5815 commit d66fadaCopy full SHA for d66fada
README.md
@@ -40,8 +40,8 @@
40
```bash
41
mkdir mcl
42
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
+wget https://github.com/iTXTech/mirai-console-loader/releases/download/v2.1.1/mcl-2.1.1.zip
+unzip mcl-2.1.1.zip
45
chmod +x mcl
46
./mcl
47
```
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'org.itxtech'
7
-version '2.1.0'
+version '2.1.1'
8
description '模块化、轻量级且支持完全自定义的 mirai 加载器。'
9
10
repositories {
0 commit comments