diff --git a/Cargo.lock b/Cargo.lock index ad4ff93..a7ef1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "dylib_installer" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3c8da0d..24b8dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "dylib_installer" authors = ["Eason Chai "] description = "A tool to install dylib files and header to system library path." -version = "0.1.1" +version = "0.2.0" edition = "2021" license-file = "LICENSE" homepage = "https://github.com/hackerchai/dylib-installer"