bump version

This commit is contained in:
figsoda 2020-11-28 20:01:16 -05:00
parent e8ab93b2f9
commit fdd0558556
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -395,7 +395,7 @@ dependencies = [
[[package]] [[package]]
name = "mmtc" name = "mmtc"
version = "0.2.5" version = "0.2.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-io", "async-io",

View file

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