From 1a211cdc55637b2a5c53325302aaf6616a897167 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 2 Apr 2024 16:47:10 +0100 Subject: [PATCH] chore: bump version to v0.3.0 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5817b0..53cee6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vaporise" -version = "0.2.2" +version = "0.3.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 d0b3978..5d64645 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ { packages.default = pkgs.rustPlatform.buildRustPackage { pname = "vpr"; - version = "0.2.2"; + version = "0.3.0"; cargoLock.lockFile = ./Cargo.lock; src = ./.; };