Skip to content

Commit 5873a10

Browse files
committed
bump version
1 parent a2f508a commit 5873a10

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -10,7 +10,7 @@ name = "onefetch"
1010
readme = "README.md"
1111
repository = "https://github.com/o2sh/onefetch"
1212
rust-version = "1.61.0"
13-
version = "2.14.1"
13+
version = "2.14.2"
1414

1515
[workspace]
1616
members = ["image", "manifest"]

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" "November 2022" "onefetch 2.14.1" "User Commands"
2+
.TH ONEFETCH "1" "November 2022" "onefetch 2.14.2" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.14.1
4+
onefetch \- manual page for onefetch 2.14.2
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.14.1"
5+
version = "2.14.2"
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.14.1"
5+
version = "2.14.2"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

0 commit comments

Comments
 (0)