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; };