Skip to content

Commit ac9cf82

Browse files
committed
bump version
1 parent 4174cc9 commit ac9cf82

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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
@@ -19,7 +19,7 @@ members = ["ascii", "image", "manifest"]
1919
authors = ["o2sh <[email protected]>"]
2020
edition = "2021"
2121
license = "MIT"
22-
version = "2.18.1"
22+
version = "2.19.0"
2323
repository = "https://github.com/o2sh/onefetch"
2424

2525
[workspace.dependencies]
@@ -48,9 +48,9 @@ globset = "0.4.13"
4848
human-panic = "1.2.1"
4949
image.workspace = true
5050
num-format = "0.4.4"
51-
onefetch-ascii = { path = "ascii", version = "2.18.1" }
52-
onefetch-image = { path = "image", version = "2.18.1" }
53-
onefetch-manifest = { path = "manifest", version = "2.18.1" }
51+
onefetch-ascii = { path = "ascii", version = "2.19.0" }
52+
onefetch-image = { path = "image", version = "2.19.0" }
53+
onefetch-manifest = { path = "manifest", version = "2.19.0" }
5454
owo-colors.workspace = true
5555
regex = "1.10.2"
5656
serde = "1.0"

docs/onefetch.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH ONEFETCH "1" "June 2023" "onefetch 2.18.1" "User Commands"
2+
.TH ONEFETCH "1" "November 2023" "onefetch 2.19.0" "User Commands"
33
.SH NAME
44
onefetch \- Command-line Git information tool
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)