aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
Diffstat (limited to 'mumd')
-rw-r--r--mumd/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 9d7eeaa..d8e2635 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mumd"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>",
"Eskil Queseth <eskilq@kth.se>"]
edition = "2018"
@@ -17,7 +17,7 @@ default = ["notifications"]
notifications = ["libnotify"]
[dependencies]
-mumlib = { version = "0.3", path = "../mumlib" }
+mumlib = { version = "0.4", path = "../mumlib" }
cpal = "0.13"
bytes = "1.0"