chore: bump version to v0.3.0

This commit is contained in:
Muhammad Nauman Raza 2024-04-02 16:47:10 +01:00
parent 455e69c8de
commit 1a211cdc55
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "vaporise"
version = "0.2.2"
version = "0.3.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.2.2";
version = "0.3.0";
cargoLock.lockFile = ./Cargo.lock;
src = ./.;
};