aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock6
-rw-r--r--mumctl/Cargo.toml4
-rw-r--r--mumd/Cargo.toml4
-rw-r--r--mumlib/Cargo.toml2
4 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2f883ed..2e68fa5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -841,7 +841,7 @@ dependencies = [
[[package]]
name = "mumctl"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"bincode",
"colored",
@@ -852,7 +852,7 @@ dependencies = [
[[package]]
name = "mumd"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"bincode",
"bytes",
@@ -883,7 +883,7 @@ dependencies = [
[[package]]
name = "mumlib"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"colored",
"dirs",
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index f19a67c..fff2a1c 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mumctl"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>",
"Eskil Queseth <eskilq@kth.se>"]
edition = "2018"
@@ -12,7 +12,7 @@ license = "MIT"
readme = "../README.md"
[dependencies]
-mumlib = { version = "0.3", path = "../mumlib" }
+mumlib = { version = "0.4", path = "../mumlib" }
bincode = "1"
colored = "2"
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"
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index 245b108..bda026b 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mumlib"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>",
"Eskil Queseth <eskilq@kth.se>"]
edition = "2018"