diff options
| author | Fuwn <[email protected]> | 2022-07-18 08:16:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-18 08:16:40 +0000 |
| commit | d07ad9d4df65af7a348981534530131e7b124ae9 (patch) | |
| tree | 89272a8b635dc0f95cbfc6c72eb158cadb14bdf2 | |
| parent | feat(germ): bump version (diff) | |
| download | germ-d07ad9d4df65af7a348981534530131e7b124ae9.tar.xz germ-d07ad9d4df65af7a348981534530131e7b124ae9.zip | |
fix(germ): bump version past revertv0.3.5
| -rw-r--r-- | crates/germ/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml index a3c4e5c..ad0eb96 100644 --- a/crates/germ/Cargo.toml +++ b/crates/germ/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "germ" -version = "0.3.4" +version = "0.3.5" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "The Ultimate Gemini Toolkit." |