From a0a274c4ccd216905d1fb0b7643603454e986547 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Thu, 14 Mar 2024 19:20:28 +0000 Subject: [PATCH] chore: bump version to v0.2.1 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; };