chore: bump version to v1.5.0
This commit is contained in:
parent
cf186e625e
commit
bc9c5329da
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "bunbun"
|
||||
description = "A simple and adorable sysinfo utility."
|
||||
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
edition = "2021"
|
||||
categories = ["command-line-utilities"]
|
||||
license-file = "LICENSE"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "bunbun";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue