From 963dec5ccf9f28ad1f1cc9bba22e6e47e2dbe385 Mon Sep 17 00:00:00 2001 From: chee Date: Mon, 19 Aug 2019 10:25:28 +0100 Subject: [PATCH] correct project name in readme --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93fcc1b..c79943c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "subs" -version = "0.1.5" +version = "0.1.6" dependencies = [ "getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e82b617..e1c796a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ license = "GPL-3.0+" authors = ["chee "] edition = "2018" name = "subs" -version = "0.1.5" +version = "0.1.6" repository = "https://git.snoot.club/chee/subs" readme = "README.md" diff --git a/README.md b/README.md index 3700142..79f8214 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# subsock +# subs Run a command simultaneously in every subdirectory, with optional process management.