mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 18:24:13 +00:00
bump version
This commit is contained in:
parent
14d49aa6fa
commit
f15f7a2ea1
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -282,7 +282,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mmtc"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"crossterm 0.18.2",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue