diff --git a/Cargo.lock b/Cargo.lock index cfdb4d9..b8efd02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vaporise" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 122350e..934fd2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaporise" -version = "0.4.0" +version = "0.5.0" 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 e9b3460..b1fc196 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ { packages.default = pkgs.rustPlatform.buildRustPackage { pname = "vpr"; - version = "0.4.0"; + version = "0.5.0"; cargoLock.lockFile = ./Cargo.lock; src = ./.; };