From 794edfc10dbfde8527356b2d77c9afb98e05eeb4 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 17 Sep 2019 00:28:36 -0400 Subject: [PATCH] [skip travis] update toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee7efccd..c39fe966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" authors = ["ClementTsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom"