aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-12 23:12:34 +0000
committerFuwn <[email protected]>2022-05-12 23:12:34 +0000
commitbf7f582bd1235599759fef32314e598cbc29c99f (patch)
tree55cb0c089b4195d104a7c2ebfd4b9d93048c61cc
parentfix(markdown): proper whitespace placement (diff)
downloadgerm-bf7f582bd1235599759fef32314e598cbc29c99f.tar.xz
germ-bf7f582bd1235599759fef32314e598cbc29c99f.zip
docs(cargo): bump version0.1.1
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66723bd..0ec440c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "germ"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "The Ultimate Gemini Toolkit."
diff --git a/README.md b/README.md
index f4e512a..cd2d092 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,13 @@ continue to try its hardest to have as few dependencies as possible.
## Usage
+Current version: [![crates.io](https://img.shields.io/crates/v/germ.svg)](https://crates.io/crates/germ)
+
```toml
# Cargo.toml
[dependencies]
-germ = "0.1.0"
+germ = "*" # Use current version show above!
```
### Features