From c104fce7a89217cfea3aced6fcb222f357127291 Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Mon, 2 Aug 2021 12:01:38 +1200 Subject: [PATCH] Prepare new release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05c3426a..f36e8a80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "bupstash" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index b2c18763..d87f49e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bupstash" -version = "0.10.0" +version = "0.10.1" authors = ["Andrew Chambers "] edition = "2018" license = "MIT"