diff --git a/Cargo.lock b/Cargo.lock index 4340e83..1f3a04c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2295,7 +2295,7 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" [[package]] name = "hexlab" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bevy", "hexx", diff --git a/Cargo.toml b/Cargo.toml index 794822a..13f3e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hexlab" authors = ["Kristofers Solo "] -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "A hexagonal maze generation and manipulation library" repository = "https://github.com/kristoferssolo/hexlab"