From 23a9afc4700f86850a119be3ce7a1bb0eccc7bce Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Fri, 19 Jan 2024 20:13:49 +0000 Subject: [PATCH] smh --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"