From f850c46f318e09d8d91236a3f4972fafcf088999 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Wed, 24 Jul 2019 08:56:29 +1200 Subject: [PATCH] Bump version to `0.5.1`. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44ea626..d09872a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs-hierarchy" -version = "0.5.0" +version = "0.5.1" authors = ["Aceeri ", "Rhuagh "] repository = "https://github.com/rustgd/specs-hierarchy.git" homepage = "https://github.com/rustgd/specs-hierarchy.git" diff --git a/README.md b/README.md index fd0274a..8152671 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ children below it will also be removed from the hierarchy. ```toml # Cargo.toml [dependencies] -specs-hierarchy = "0.5.0" +specs-hierarchy = "0.5.1" ``` ## Example