From 5863f85244333b7d189418033a458296027ba807 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Tue, 7 Mar 2023 18:24:18 +0000 Subject: [PATCH] Decremented version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a64d56..c42b342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ariadne" -version = "2.0.0" +version = "0.2.0" description = "A fancy diagnostics & reporting crate" authors = ["Joshua Barretto "] license = "MIT"