Skip to content

Commit 618045a

Browse files
committed
Fix version and bump
1 parent 6d22c11 commit 618045a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k4status"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
authors = ["Max <max@karl.wf>"]
55
edition = "2024"
66
license = "MIT"

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let pkgs = import <nixpkgs> { };
22
in pkgs.rustPlatform.buildRustPackage rec {
33
pname = "k4status";
4-
version = "1.4.0";
4+
version = "1.5.1";
55
cargoLock = {
66
lockFile = ./Cargo.lock;
77
};

0 commit comments

Comments
 (0)