diff --git a/Cargo.lock b/Cargo.lock index 38eb66a..39ee436 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "mmrl" -version = "0.1.3" +version = "0.2.3" dependencies = [ "async-recursion", "clap", diff --git a/Cargo.toml b/Cargo.toml index 47a2f19..a6f6d8b 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.1.3" +version = "0.2.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/module/module.prop b/module/module.prop index 0e3b01c..9b4bc58 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,6 +1,6 @@ id=mmrl name=MMRL CLI -version=0.1.3 -versionCode=013 +version=0.2.3 +versionCode=023 author=Der_Googler -description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2023-10-21 with Rust 1.73.0. +description=MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules. Build on 2023-10-23 with Rust 1.73.0.