Skip to content

Commit fe895b5

Browse files
committed
v0.3.11
1 parent 71a95c5 commit fe895b5

File tree

6 files changed

+38
-12
lines changed

6 files changed

+38
-12
lines changed

Cargo.lock

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mmrl"
33
description = "MMRL comes now as command line interface, with multi module install support!"
4-
version = "0.3.10"
4+
version = "0.3.11"
55
edition = "2021"
66
author = "Der_Googler"
77
license = "MIT"
@@ -28,6 +28,8 @@ openssl = { version = "0.10.45", features = ["vendored"] }
2828
# openssl = "0.10.45"
2929
url = "2.2"
3030
walkdir = "2.4.0"
31+
log = "0.4"
32+
simplelog = "0.10"
3133

3234
[dependencies.confy]
3335
features = ["toml_conf"]

module/common/repo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"note": {
1818
"color": "yellow",
1919
"title": "Attention",
20-
"message": "The initial install of MMRL-CLI should be through your root manager."
20+
"message": "The initial install of MMRL-CLI should be through your root manager. This module is not required above MMRL V3"
2121
}
2222
}

module/module.prop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
id=mmrl
22
name=MMRL CLI
3-
version=0.3.10
4-
versionCode=0310
3+
version=0.3.11
4+
versionCode=0311
55
author=Der_Googler
6-
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-07-30 with Rust 1.78.0.
6+
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-08-18 with Rust 1.78.0.
77
updateJson=https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/module/update.json
88
license=MIT
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.3.10",
3-
"versionCode": "0310",
2+
"version": "0.3.11",
3+
"versionCode": "0311",
44
"author": "Der_Googler",
55
"rustVersion": "1.78.0",
6-
"buildDate": "2024-07-30"
6+
"buildDate": "2024-08-18"
77
}

module/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.3.10",
3-
"versionCode": "0310",
4-
"zipUrl": "https://github.com/DerGoogler/MMRL-CLI/releases/download/v0.3.10/mmrl-0.3.10-module-aarch64.zip",
2+
"version": "0.3.11",
3+
"versionCode": "0311",
4+
"zipUrl": "https://github.com/DerGoogler/MMRL-CLI/releases/download/v0.3.11/mmrl-0.3.11-module-aarch64.zip",
55
"changelog": "https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)