Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 23, 2024
1 parent 456d3b3 commit 049ba42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "in"
version = "1.7.3"
version = "1.7.4"
authors = ["Alexander F. Rødseth <xyproto@archlinux.org>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Manual installation, using `cargo`, `doas`, `git` and `install`:

## General info

* Version: 1.7.3
* Version: 1.7.4
* License: BSD-3
* Author: Alexander F. Rødseth &lt;xyproto@archlinux.org&gt;
4 changes: 2 additions & 2 deletions in.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*-Nroff-*-
.\"
.TH "in" 1 "16 Aug 2023" "" ""
.TH "in" 1 "23 Aug 2024" "" ""
.SH NAME
in \- execute a command in a given directory
.SH SYNOPSIS
Expand All @@ -12,7 +12,7 @@ Run the given command in the given directory, creating the directory if needed.
If the top directory is empty after running the command, remove it.
.sp
.SH VERSION
1.7.2
1.7.4
.SH BUGS
No known bugs so far. Issues can be reported at: https://github.com/xyproto/in/issues
.SH AUTHOR
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn run_command_in_dir(

fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = App::new("in")
.version("1.7.3")
.version("1.7.4")
.author("Alexander F. Rødseth <xyproto@archlinux.org>")
.about("Utility to execute commands in directories, and create directories if needed.")
.arg(
Expand Down

0 comments on commit 049ba42

Please sign in to comment.