Skip to content

Commit

Permalink
0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 30, 2024
1 parent 8d497fd commit 71a95c5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 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.8"
version = "0.3.10"
edition = "2021"
author = "Der_Googler"
license = "MIT"
Expand Down
7 changes: 6 additions & 1 deletion module/common/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
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.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
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.8",
"versionCode": "038",
"version": "0.3.10",
"versionCode": "0310",
"author": "Der_Googler",
"rustVersion": "1.78.0",
"buildDate": "2024-07-29"
"buildDate": "2024-07-30"
}
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.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"
}

0 comments on commit 71a95c5

Please sign in to comment.