From 4079158ec6c2fa0c845de865a8478961bb353910 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 5 Mar 2021 23:57:47 -0500 Subject: version bump --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df5d53..4849a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.1.1] - 2021-03-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 6bcc944..639dcff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "rbw" -version = "1.1.0" +version = "1.1.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c135bbb..05aa206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "1.1.0" +version = "1.1.1" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3