From f15f7a2ea1ee89305303b15adab7d32099aed068 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 13 Nov 2020 18:49:17 -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 55c610a..fad51a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "mmtc" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "crossterm 0.18.2", diff --git a/Cargo.toml b/Cargo.toml index 7289deb..b9875f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["strip"] [package] name = "mmtc" -version = "0.2.2" +version = "0.2.3" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable"