bump version

This commit is contained in:
figsoda 2020-11-13 18:49:17 -05:00
parent 14d49aa6fa
commit f15f7a2ea1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -282,7 +282,7 @@ dependencies = [
[[package]]
name = "mmtc"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"crossterm 0.18.2",

View file

@ -2,7 +2,7 @@ cargo-features = ["strip"]
[package]
name = "mmtc"
version = "0.2.2"
version = "0.2.3"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2018"
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"