From 19166d969986c4a22236a798c88e106d7a04d17f Mon Sep 17 00:00:00 2001 From: hackerchai Date: Thu, 18 Jul 2024 12:05:45 +0800 Subject: [PATCH] chore: bump version 0.2.0 Signed-off-by: hackerchai --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"