From 48568f47bc5e5786f20876abf909e9354444116b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 3 May 2020 23:58:25 -0400 Subject: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 832c3ae..e229ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.2.0" +version = "0.2.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 60bdd7c..5203a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.2.0" +version = "0.2.1" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf