From 1be399d817c6872f293fea2b2932e2f0adcf956d Mon Sep 17 00:00:00 2001 From: Dimitri Belopopsky Date: Wed, 14 Apr 2021 22:34:55 +0200 Subject: [PATCH] Change description from the default one... --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69c68a4..67af1b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "steam_randomiser" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dirs", "rand", diff --git a/Cargo.toml b/Cargo.toml index d55bd81..66d0e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "steam_randomiser" -version = "0.1.0" +version = "0.1.1" authors = ["Dimitri Belopopsky "] edition = "2018" license = "MIT" -description = "A tool to search files" +description = "Randomly pick an installed Steam game!" readme = "README.md" homepage = "https://github.com/ShadowMitia/steam_randomiser" repository = "https://github.com/ShadowMitia/steam_randomiser"