Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 29, 2023
1 parent 4174cc9 commit ac9cf82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = ["ascii", "image", "manifest"]
authors = ["o2sh <[email protected]>"]
edition = "2021"
license = "MIT"
version = "2.18.1"
version = "2.19.0"
repository = "https://github.com/o2sh/onefetch"

[workspace.dependencies]
Expand Down Expand Up @@ -48,9 +48,9 @@ globset = "0.4.13"
human-panic = "1.2.1"
image.workspace = true
num-format = "0.4.4"
onefetch-ascii = { path = "ascii", version = "2.18.1" }
onefetch-image = { path = "image", version = "2.18.1" }
onefetch-manifest = { path = "manifest", version = "2.18.1" }
onefetch-ascii = { path = "ascii", version = "2.19.0" }
onefetch-image = { path = "image", version = "2.19.0" }
onefetch-manifest = { path = "manifest", version = "2.19.0" }
owo-colors.workspace = true
regex = "1.10.2"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ONEFETCH "1" "June 2023" "onefetch 2.18.1" "User Commands"
.TH ONEFETCH "1" "November 2023" "onefetch 2.19.0" "User Commands"
.SH NAME
onefetch \- Command-line Git information tool
.SH SYNOPSIS
Expand Down

0 comments on commit ac9cf82

Please sign in to comment.