Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Aug 18, 2024
1 parent 71a95c5 commit fe895b5
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 12 deletions.
26 changes: 25 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mmrl"
description = "MMRL comes now as command line interface, with multi module install support!"
version = "0.3.10"
version = "0.3.11"
edition = "2021"
author = "Der_Googler"
license = "MIT"
Expand All @@ -28,6 +28,8 @@ openssl = { version = "0.10.45", features = ["vendored"] }
# openssl = "0.10.45"
url = "2.2"
walkdir = "2.4.0"
log = "0.4"
simplelog = "0.10"

[dependencies.confy]
features = ["toml_conf"]
Expand Down
2 changes: 1 addition & 1 deletion module/common/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"note": {
"color": "yellow",
"title": "Attention",
"message": "The initial install of MMRL-CLI should be through your root manager."
"message": "The initial install of MMRL-CLI should be through your root manager. This module is not required above MMRL V3"
}
}
6 changes: 3 additions & 3 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id=mmrl
name=MMRL CLI
version=0.3.10
versionCode=0310
version=0.3.11
versionCode=0311
author=Der_Googler
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-07-30 with Rust 1.78.0.
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2024-08-18 with Rust 1.78.0.
updateJson=https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/module/update.json
license=MIT
6 changes: 3 additions & 3 deletions module/system/usr/share/mmrl/config/mmrl/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.3.10",
"versionCode": "0310",
"version": "0.3.11",
"versionCode": "0311",
"author": "Der_Googler",
"rustVersion": "1.78.0",
"buildDate": "2024-07-30"
"buildDate": "2024-08-18"
}
6 changes: 3 additions & 3 deletions module/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
"version": "0.3.11",
"versionCode": "0311",
"zipUrl": "https://github.com/DerGoogler/MMRL-CLI/releases/download/v0.3.11/mmrl-0.3.11-module-aarch64.zip",
"changelog": "https://raw.githubusercontent.com/DerGoogler/MMRL-CLI/master/CHANGELOG.md"
}

0 comments on commit fe895b5

Please sign in to comment.