diff --git a/Cargo.toml b/Cargo.toml index f9b4742..5e45705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaporise" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Muhammad Nauman Raza "] description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust." diff --git a/flake.nix b/flake.nix index cc57f2f..2f7ffbc 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ }) .buildRustPackage { pname = "vaporise"; - version = "0.2.0"; + version = "0.2.1"; src = ./.; cargoLock.lockFile = ./Cargo.lock; };