From 5b8b56def2c6b4cb7fe3b443a2c5566f81c89f19 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Sat, 18 Dec 2021 20:45:13 -0500 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d46d81..2fbf39f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ctrlg" description = "A command line context switcher, written in Rust" -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "MIT"