From fdd05585560b51cbd898e03af2ecb712654435dc Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 28 Nov 2020 20:01:16 -0500 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d2bc7c..98a0739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "mmtc" -version = "0.2.5" +version = "0.2.6" dependencies = [ "anyhow", "async-io", diff --git a/Cargo.toml b/Cargo.toml index 896fe3a..6e20f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["strip"] [package] name = "mmtc" -version = "0.2.5" +version = "0.2.6" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable"