aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0f8362..0d96360 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,10 @@ Windmark is An elegant and highly performant async Gemini server framework.
# Cargo.toml
[dependencies]
-windmark = "0.1.0"
+windmark = "0.1.1"
# If you would like to use the built-in logger (reccomended)
-# windmark = { version = "0.1.0", features = ["logger"] }
+# windmark = { version = "0.1.1", features = ["logger"] }
```
### Implement a Windmark server