aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 06:37:19 +0000
committerFuwn <[email protected]>2022-03-27 06:37:19 +0000
commita99ce0e73433b05a3c1c2a801fbda144cc956480 (patch)
tree1ffeb7a725113a5e3f22544ec4e12cdcd7174207
parentdocs(readme): fix example (diff)
downloadwindmark-0.1.1.tar.xz
windmark-0.1.1.zip
feat(cargo): bump version0.1.1
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad33597..26a0195 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"
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