From 50ffcbe952afc6571c255e74495c08de1dc77f28 Mon Sep 17 00:00:00 2001 From: Felix Mattick Date: Tue, 22 Mar 2022 17:47:42 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d8dc07..a517810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "arpchat" -version = "0.2.0" +version = "0.3.0" dependencies = [ "crossbeam-channel", "cursive", diff --git a/Cargo.toml b/Cargo.toml index 807dc77..9266bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "arpchat" -version = "0.2.0" +version = "0.3.0" [dependencies] crossbeam-channel = "0.5.4"