version bump (2.2.1 → 2.2.2)

This commit is contained in:
Sunshine 2020-04-05 14:38:40 -04:00
parent e5fc05f5cd
commit 8112ab6d04
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -568,7 +568,7 @@ dependencies = [
[[package]]
name = "monolith"
version = "2.2.1"
version = "2.2.2"
dependencies = [
"assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "monolith"
version = "2.2.1"
version = "2.2.2"
edition = "2018"
authors = [
"Sunshine <sunshine@uberspace.net>",