diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "hoardom" -version = "v2.0.0" +version = "2.0.1" edition = "2021" description = "Domain hoarding made less painful" default-run = "hoardom" @@ -5,8 +5,8 @@ Allows you to HOARd DOMains but with alot less pain associated with it. > -- Probably you after using this tool. ## Latest Update : First Release ! -v2.0.0 marks the first release where I feel like this project can be considered release worthy :) - +v2.0.1 marks the first actual release where I feel like this project can be considered release worthy :) +(accidentally set the versioning wrong in cargo toml in v2.0.0 whoops so yea dont use that)  |
