From f8edd0f8b40141617873457135c3c19e661c4553 Mon Sep 17 00:00:00 2001 From: jaredgorski Date: Sun, 13 Dec 2020 20:18:43 -0800 Subject: [PATCH] Bump to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9bc40d..5e08de3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ [[package]] name = "arpx" -version = "0.4.0" +version = "0.4.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d1b4591..736bebd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arpx" description = "Automate and relate multiple processes." -version = "0.4.0" +version = "0.4.1" license = "MIT" readme = "README.md" keywords = ["automation", "process", "concurrency", "multiplexer"]