diff --git a/Cargo.toml b/Cargo.toml index 14dd92a..f6e32f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frostwalker" description = "A TOML-like configuration language parser with zero dependencies outside of std." -version = "0.1.0-a" +version = "0.1.1" edition = "2021" authors = ["abbieoverflight "] license = "MPL-2.0"