Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Aug 26, 2024
1 parent 73250fa commit f9161fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "httm"
authors = ["Robert Swinford <robert.swinford <...at...> gmail.com>"]
version = "0.42.2"
version = "0.42.3"
edition = "2021"
keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"]
description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets"
Expand Down Expand Up @@ -47,7 +47,7 @@ time = { version = "0.3.36", default-features = false, features = [
"local-offset",
] }
number_prefix = { version = "0.4.0", default-features = false }
skim = { version = "0.11.23", default-features = false, package = "two_percent" }
skim = { version = "0.11.24", default-features = false, package = "two_percent" }
nu-ansi-term = { version = "0.50.1", default-features = false }
lscolors = { version = "0.19.0", default-features = false, features = [
"nu-ansi-term",
Expand Down
4 changes: 2 additions & 2 deletions httm.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.3.
.TH HTTM "1" "August 2024" "httm 0.42.2" "User Commands"
.TH HTTM "1" "August 2024" "httm 0.42.3" "User Commands"
.SH NAME
httm \- manual page for httm 0.42.2
httm \- manual page for httm 0.42.3
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down
4 changes: 2 additions & 2 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -3396,7 +3396,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.23</a></li>
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.24</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -3499,7 +3499,7 @@ <h4>Used by:</h4>
<h3 id="MPL-2.0">Mozilla Public License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.42.2</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.42.3</a></li>
</ul>
<pre class="license-text">Mozilla Public License Version 2.0
&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;
Expand Down

0 comments on commit f9161fc

Please sign in to comment.