Skip to content

Commit e42360d

Browse files
committed
bump version
1 parent ad29a72 commit e42360d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
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.64.0"
14-
version = "2.17.0"
14+
version = "2.17.1"
1515

1616
[workspace]
1717
members = ["ascii", "image", "manifest"]
@@ -33,9 +33,9 @@ git2 = { version = "0.17.1", default-features = false }
3333
human-panic = "1.1.4"
3434
image = "0.24.6"
3535
num-format = "0.4.4"
36-
onefetch-ascii = { path = "ascii", version = "2.17.0" }
37-
onefetch-image = { path = "image", version = "2.17.0" }
38-
onefetch-manifest = { path = "manifest", version = "2.17.0" }
36+
onefetch-ascii = { path = "ascii", version = "2.17.1" }
37+
onefetch-image = { path = "image", version = "2.17.1" }
38+
onefetch-manifest = { path = "manifest", version = "2.17.1" }
3939
owo-colors = "3.5.0"
4040
regex = "1.6.0"
4141
serde = "1.0"

ascii/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-ascii"
44
description = "Display colorized ascii art to the terminal"
5-
version = "2.17.0"
5+
version = "2.17.1"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

docs/onefetch.1

+2-2
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" "April 2023" "onefetch 2.17.0" "User Commands"
2+
.TH ONEFETCH "1" "April 2023" "onefetch 2.17.1" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.17.0
4+
onefetch \- manual page for onefetch 2.17.1
55
.SH SYNOPSIS
66
.B onefetch
77
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]

image/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-image"
44
description = "Display images in the terminal"
5-
version = "2.17.0"
5+
version = "2.17.1"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

manifest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-manifest"
44
description = "Detect and parse manifest files"
5-
version = "2.17.0"
5+
version = "2.17.1"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

0 commit comments

Comments
 (0)