diff --git a/Cargo.lock b/Cargo.lock index 982949b..161f237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "rdg" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "rand", diff --git a/Cargo.toml b/Cargo.toml index f2bb3de..1909ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdg" -version = "0.1.0" +version = "0.1.1" edition = "2018" description = "Random data generator for the command line" homepage = "https://www.github.com/dsaxton/rdg"