From 896bfc51d3956a7ecba2908532cfeb312199afbf Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 11 Jan 2020 17:43:32 -0500 Subject: [PATCH] (cargo-release) start next development iteration 0.1.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bdaa371..83d34f3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.1.2" +version = "0.1.3-alpha.0" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom"