diff --git a/.justfile b/.justfile index 08b41bb..0a7b562 100644 --- a/.justfile +++ b/.justfile @@ -2,7 +2,7 @@ target-linux := "x86_64-unknown-linux-gnu" target-win := "x86_64-pc-windows-gnu" bin_name := "ventoy-toybox" # have to hardcode it for now -version := "0.3.0" +version := "0.3.1" target_name := replace(bin_name, "-", "_") + "-" + version + "-amd64" dist_dir := "./target" diff --git a/Cargo.lock b/Cargo.lock index c8c3e08..6c8815e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1904,7 +1904,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "ventoy-toybox" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "dirs", diff --git a/Cargo.toml b/Cargo.toml index afbfbd0..b62f09b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ventoy-toybox" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["nozwock"]