Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 27, 2022
1 parent 5085c5b commit fff7713
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "onefetch"
readme = "README.md"
repository = "https://github.com/o2sh/onefetch"
rust-version = "1.61.0"
version = "2.14.0"
version = "2.14.1"

[workspace]
members = ["image", "manifest"]
Expand Down
4 changes: 2 additions & 2 deletions docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ONEFETCH "1" "November 2022" "onefetch 2.14.0" "User Commands"
.TH ONEFETCH "1" "November 2022" "onefetch 2.14.1" "User Commands"
.SH NAME
onefetch \- manual page for onefetch 2.14.0
onefetch \- manual page for onefetch 2.14.1
.SH SYNOPSIS
.B onefetch
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]
Expand Down
2 changes: 1 addition & 1 deletion image/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-image"
version = "2.14.0"
version = "2.14.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion manifest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["o2sh <ossama-hjaji@live.fr>"]
name = "onefetch-manifest"
version = "2.14.0"
version = "2.14.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit fff7713

Please sign in to comment.