Merge pull request #137 from snshn/master

Bump version to 2.2.0
This commit is contained in:
Sunshine 2020-03-24 08:23:56 -04:00 committed by GitHub
commit b0f1c39175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>",