From 71a95c500a1325fad6d9b5c9c23e64da3469657a Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:10:14 +0200 Subject: [PATCH] 0.3.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- module/common/repo.json | 7 ++++++- module/module.prop | 6 +++--- module/system/usr/share/mmrl/config/mmrl/info.json | 6 +++--- module/update.json | 6 +++--- 6 files changed, 17 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d82e079..9f21264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "mmrl" -version = "0.3.8" +version = "0.3.10" dependencies = [ "async-recursion", "clap", diff --git a/Cargo.toml b/Cargo.toml index a828b0d..9d159d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mmrl" description = "MMRL comes now as command line interface, with multi module install support!" -version = "0.3.8" +version = "0.3.10" edition = "2021" author = "Der_Googler" license = "MIT" diff --git a/module/common/repo.json b/module/common/repo.json index a3a2630..39f2f4d 100644 --- a/module/common/repo.json +++ b/module/common/repo.json @@ -13,5 +13,10 @@ "System", "Configurable" ], - "readme": "https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/README.md" + "readme": "https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/README.md", + "note": { + "color": "yellow", + "title": "Attention", + "message": "The initial install of MMRL-CLI should be through your root manager." + } } \ No newline at end of file diff --git a/module/module.prop b/module/module.prop index b3d740a..09a7e10 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,8 +1,8 @@ id=mmrl name=MMRL CLI -version=0.3.8 -versionCode=038 +version=0.3.10 +versionCode=0310 author=Der_Googler -description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-07-29 with Rust 1.78.0. +description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-07-30 with Rust 1.78.0. updateJson=https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/module/update.json license=MIT diff --git a/module/system/usr/share/mmrl/config/mmrl/info.json b/module/system/usr/share/mmrl/config/mmrl/info.json index 98535ac..98a1240 100644 --- a/module/system/usr/share/mmrl/config/mmrl/info.json +++ b/module/system/usr/share/mmrl/config/mmrl/info.json @@ -1,7 +1,7 @@ { - "version": "0.3.8", - "versionCode": "038", + "version": "0.3.10", + "versionCode": "0310", "author": "Der_Googler", "rustVersion": "1.78.0", - "buildDate": "2024-07-29" + "buildDate": "2024-07-30" } diff --git a/module/update.json b/module/update.json index 2c6f329..d8ad90b 100644 --- a/module/update.json +++ b/module/update.json @@ -1,6 +1,6 @@ { - "version": "0.3.8", - "versionCode": "038", - "zipUrl": "https://github.com/DerGoogler/MMRL-CLI/releases/download/v0.3.8/mmrl-0.3.8-module-aarch64.zip", + "version": "0.3.10", + "versionCode": "0310", + "zipUrl": "https://github.com/DerGoogler/MMRL-CLI/releases/download/v0.3.10/mmrl-0.3.10-module-aarch64.zip", "changelog": "https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/CHANGELOG.md" }