bump version number (2.1.2 → 2.2.0)

This commit is contained in:
Sunshine 2020-03-22 23:30:31 -04:00
parent 4f2944a600
commit f27d5fa23e
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

@ -543,7 +543,7 @@ dependencies = [
[[package]]
name = "monolith"
version = "2.1.2"
version = "2.2.0"
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.1.2"
version = "2.2.0"
edition = "2018"
authors = [
"Sunshine <sunshine@uberspace.net>",