From b9d7ac4ca0191ab73d37cc2a290691940224b479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 19 Dec 2020 13:14:37 -0800 Subject: [PATCH] 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bb1427..4261fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kdl" -version = "0.0.0" +version = "1.0.0" description = "KDL Document Language" authors = ["Kat Marchán ", "KDL Community"] license-file = "LICENSE.md"