Skip to content

Commit

Permalink
mcl: release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Sep 18, 2022
1 parent 96c5815 commit d66fada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
```bash
mkdir mcl
cd mcl
wget https://github.com/iTXTech/mirai-console-loader/releases/download/v2.1.0/mcl-2.1.0.zip
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
chmod +x mcl
./mcl
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

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

repositories {
Expand Down

0 comments on commit d66fada

Please sign in to comment.