diff --git a/Cargo.toml b/Cargo.toml index 8189d49..c3a0aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "here_be_dragons" -version = "0.1.0" +version = "0.1.1" authors = ["Nolan Darilek ", "Krzysztof Langner "] description = "Map generator for games" keywords = ["game", "map", "map-generator"] @@ -14,4 +14,4 @@ rand = "0.8" [package.metadata.release] tag-prefix = "" -publish = false \ No newline at end of file +publish = false