Merge pull request #109 from snshn/version-bump

version bump (2.1.1 → 2.1.2)
This commit is contained in:
Sunshine 2020-01-21 08:39:10 -05:00 committed by GitHub
commit f876e9243c
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

@ -523,7 +523,7 @@ dependencies = [
[[package]]
name = "monolith"
version = "2.1.1"
version = "2.1.2"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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