diff --git a/Cargo.lock b/Cargo.lock index 2ce2963..f31552a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "cmus-status-line" -version = "1.0.2" +version = "1.1.0" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2a1dbaf..03263da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cmus-status-line" -version = "1.0.2" +version = "1.1.0" authors = ["Noah Rosenzweig "] edition = "2018" description = "Prints cmus playback information in a configurable format to stdout"