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"