Skip to content

Commit

Permalink
mcl: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed May 22, 2022
1 parent 29eeb60 commit 71ec418
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.0.1/mcl-2.0.1.zip
unzip mcl-2.0.1.zip
wget https://github.com/iTXTech/mirai-console-loader/releases/download/v2.1.0/mcl-2.1.0.zip
unzip mcl-2.1.0.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.0.1'
version '2.1.0'
description '模块化、轻量级且支持完全自定义的 mirai 加载器。'

repositories {
Expand Down

0 comments on commit 71ec418

Please sign in to comment.