From bc9c5329da3507943653f82be7539a81f4d52e00 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 29 Oct 2024 21:23:09 +0000 Subject: [PATCH] chore: bump version to v1.5.0 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fff7880..6c76219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bunbun" description = "A simple and adorable sysinfo utility." authors = ["Muhammad Nauman Raza "] -version = "1.4.0" +version = "1.5.0" edition = "2021" categories = ["command-line-utilities"] license-file = "LICENSE" diff --git a/flake.nix b/flake.nix index 651e90b..23ff4e5 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ { packages.default = pkgs.rustPlatform.buildRustPackage { pname = "bunbun"; - version = "1.4.0"; + version = "1.5.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock; };