Skip to content

Commit 049ba42

Browse files
committed
New patch release
1 parent 456d3b3 commit 049ba42

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "in"
3-
version = "1.7.3"
3+
version = "1.7.4"
44
authors = ["Alexander F. Rødseth <[email protected]>"]
55
edition = "2021"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Manual installation, using `cargo`, `doas`, `git` and `install`:
7272

7373
## General info
7474

75-
* Version: 1.7.3
75+
* Version: 1.7.4
7676
* License: BSD-3
7777
* Author: Alexander F. Rødseth &lt;[email protected]&gt;

in.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" -*-Nroff-*-
22
.\"
3-
.TH "in" 1 "16 Aug 2023" "" ""
3+
.TH "in" 1 "23 Aug 2024" "" ""
44
.SH NAME
55
in \- execute a command in a given directory
66
.SH SYNOPSIS
@@ -12,7 +12,7 @@ Run the given command in the given directory, creating the directory if needed.
1212
If the top directory is empty after running the command, remove it.
1313
.sp
1414
.SH VERSION
15-
1.7.2
15+
1.7.4
1616
.SH BUGS
1717
No known bugs so far. Issues can be reported at: https://github.com/xyproto/in/issues
1818
.SH AUTHOR

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn run_command_in_dir(
6161

6262
fn main() -> Result<(), Box<dyn std::error::Error>> {
6363
let matches = App::new("in")
64-
.version("1.7.3")
64+
.version("1.7.4")
6565
.author("Alexander F. Rødseth <[email protected]>")
6666
.about("Utility to execute commands in directories, and create directories if needed.")
6767
.arg(

0 commit comments

Comments
 (0)