Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 21, 2023
1 parent 909452e commit 7424377
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ zip = "0.6.6"
serde_ini = "0.2.0"
regex = "1.10.2"
async-recursion = "1.0.5"
openssl = { version = "0.10.45", features = ["vendored"] }

[dependencies.confy]
features = ["toml_conf"]
Expand Down
6 changes: 3 additions & 3 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=mmrl
name=MMRL CLI
version=0.1.0
versionCode=010
version=0.1.1
versionCode=011
author=Der_Googler
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2023-10-18 with Rust 1.73.0.
description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2023-10-21 with Rust 1.73.0.

0 comments on commit 7424377

Please sign in to comment.