From 71ec418031de972eebbde1394151118d12016e07 Mon Sep 17 00:00:00 2001 From: PeratX Date: Sun, 22 May 2022 09:34:27 +0800 Subject: [PATCH] mcl: release 2.1.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8c3f1a..94798e4 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/build.gradle b/build.gradle index 02ae7f1..8dd0b8c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'org.itxtech' -version '2.0.1' +version '2.1.0' description '模块化、轻量级且支持完全自定义的 mirai 加载器。' repositories {