From 47f7133bc0cf71b36ce692e0fa64a23fe4e871d8 Mon Sep 17 00:00:00 2001 From: Amber Date: Wed, 26 Aug 2020 18:33:51 +0000 Subject: [PATCH] change ver to 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0661c06..1fa708b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psysinfo" -version = "0.1.0" +version = "0.1.1" authors = ["amberisvibin"] edition = "2018" license = "GPL-3.0-or-later"