diff --git a/Cargo.lock b/Cargo.lock
index e4379ec..5be3a33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -422,9 +422,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.17"
+version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
+checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]
@@ -632,7 +632,7 @@ dependencies = [
[[package]]
name = "swayrbar"
-version = "0.0.1"
+version = "0.0.2"
dependencies = [
"battery",
"chrono",
diff --git a/README.md b/README.md
index 67c5399..2f2d572 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
* [Configuration](#swayr-configuration)
* [Version changes](#swayr-version-changes)
* [Swayrbar](#swayrbar)
+ * [Screenshots](#swayrbar-screenshots)
* [Installation](#swayrbar-installation)
* [Configuration](#swayrbar-configuration)
* [Questions and patches](#questions-and-patches)
@@ -511,9 +512,9 @@ I guess there will be more modules in the future as time permits. I personally
would enjoy a `volume` module. [Patches](#questions-and-patches) are certainly
very welcome!
-### Screenshot
+### Screenshots
-![A screenshot of swaybar runnung with swayrbar](misc/swayrbar.png "swaybar
+![A screenshot of swaybar running with swayrbar](misc/swayrbar.png "swaybar
with swayrbar")
### Installation
diff --git a/swayr/Cargo.toml b/swayr/Cargo.toml
index b9bb0b5..bbd3661 100644
--- a/swayr/Cargo.toml
+++ b/swayr/Cargo.toml
@@ -7,7 +7,6 @@ repository = "https://git.sr.ht/~tsdh/swayr"
authors = ["Tassilo Horn "]
license = "GPL-3.0+"
edition = "2021"
-exclude = ["misc/"]
[dependencies]
clap = {version = "3.0.0", features = ["derive"] }