From 6139ca8ffd2fab11e5ee41b700e76bcdde27fe49 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Thu, 13 Feb 2020 11:57:25 +1300 Subject: [PATCH] Bumped crate version to `0.6.0`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 656a03e..a246858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs-hierarchy" -version = "0.5.1" +version = "0.6.0" authors = ["Aceeri ", "Rhuagh "] repository = "https://github.com/rustgd/specs-hierarchy.git" homepage = "https://github.com/rustgd/specs-hierarchy.git"