From 36a093f560ac905efa7a5050222da63144e30d92 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Mon, 18 Oct 2021 12:47:26 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"