Skip to content

Commit 22a389d

Browse files
committed
Bump to v0.2.18
1 parent 336ba30 commit 22a389d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "kotofetch"
3-
version = "0.2.17"
3+
version = "0.2.18"
44
edition = "2024"
55
license = "MIT"
66

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgs.stdenv.mkDerivation rec {
44
pname = "kotofetch";
5-
version = "0.2.17";
5+
version = "0.2.18";
66

77
src = pkgs.fetchurl {
88
url = "https://github.com/hxpe-dev/kotofetch/releases/download/v${version}/kotofetch-v${version}-x86_64-unknown-linux-gnu.tar.gz";

0 commit comments

Comments
 (0)