Skip to content

Commit dccd5a8

Browse files
committed
bump version
1 parent e35e106 commit dccd5a8

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
repository = "https://github.com/o2sh/onefetch"
1212
homepage = "https://onefetch.dev"
1313
rust-version = "1.65.0"
14-
version = "2.18.0"
14+
version = "2.18.1"
1515

1616
[workspace]
1717
members = ["ascii", "image", "manifest"]
@@ -34,9 +34,9 @@ git2 = { version = "0.17.2", default-features = false }
3434
human-panic = "1.1.5"
3535
image = "0.24.6"
3636
num-format = "0.4.4"
37-
onefetch-ascii = { path = "ascii", version = "2.18.0" }
38-
onefetch-image = { path = "image", version = "2.18.0" }
39-
onefetch-manifest = { path = "manifest", version = "2.18.0" }
37+
onefetch-ascii = { path = "ascii", version = "2.18.1" }
38+
onefetch-image = { path = "image", version = "2.18.1" }
39+
onefetch-manifest = { path = "manifest", version = "2.18.1" }
4040
owo-colors = "3.5.0"
4141
regex = "1.8.4"
4242
serde = "1.0"

ascii/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <[email protected]>"]
33
name = "onefetch-ascii"
44
description = "Display colorized ascii art to the terminal"
5-
version = "2.18.0"
5+
version = "2.18.1"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

docs/onefetch.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH ONEFETCH "1" "June 2023" "onefetch 2.18.0" "User Commands"
2+
.TH ONEFETCH "1" "June 2023" "onefetch 2.18.1" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.18.0
4+
onefetch \- manual page for onefetch 2.18.1
55
.SH SYNOPSIS
66
.B onefetch
77
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <[email protected]>"]
33
name = "onefetch-image"
44
description = "Display images in the terminal"
5-
version = "2.18.0"
5+
version = "2.18.1"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <[email protected]>"]
33
name = "onefetch-manifest"
44
description = "Detect and parse manifest files"
5-
version = "2.18.0"
5+
version = "2.18.1"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

0 commit comments

Comments
 (0)