summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dcdec98..750d578 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2388,7 +2388,7 @@ dependencies = [
2388 2388
2389[[package]] 2389[[package]]
2390name = "webol" 2390name = "webol"
2391version = "0.4.1" 2391version = "0.4.2"
2392dependencies = [ 2392dependencies = [
2393 "axum", 2393 "axum",
2394 "axum-macros", 2394 "axum-macros",
diff --git a/Cargo.toml b/Cargo.toml
index c633f57..d8b3032 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "webol" 2name = "webol"
3version = "0.4.1" 3version = "0.4.2"
4edition = "2021" 4edition = "2021"
5 5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
index 790f9c2..cacc00d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ minimal `docker-compose.yaml`:
15```yaml 15```yaml
16services: 16services:
17 webol: 17 webol:
18 image: ghcr.io/fxqnlr/webol:0.4.1 18 image: ghcr.io/fxqnlr/webol:latest
19 container_name: webol 19 container_name: webol
20 restart: unless-stopped 20 restart: unless-stopped
21 volumes: 21 volumes: