chore: bump version to v0.4.0

This commit is contained in:
Muhammad Nauman Raza 2024-04-12 10:09:23 +01:00
parent b134c0ca2f
commit 8bf00eff21
No known key found for this signature in database
GPG key ID: B0EF3A98B29ADB1D
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -173,7 +173,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "vaporise"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "vaporise"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."

View file

@ -18,7 +18,7 @@
{
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "vpr";
version = "0.3.0";
version = "0.4.0";
cargoLock.lockFile = ./Cargo.lock;
src = ./.;
};