From ab218b87bf9da845da8774ac8852d5d39c533ff6 Mon Sep 17 00:00:00 2001 From: jojolepro Date: Mon, 7 Jun 2021 11:16:13 -0400 Subject: [PATCH] bump minor version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e152f4e6..cd25150f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "specs" -version = "0.16.2" +version = "0.17.0" description = """ Specs is an Entity-Component-System library written in Rust. """