diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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." @@ -19,11 +19,13 @@ continue to try its hardest to have as few dependencies as possible. ## Usage +Current version: [](https://crates.io/crates/germ) + ```toml # Cargo.toml [dependencies] -germ = "0.1.0" +germ = "*" # Use current version show above! ``` ### Features |