From 54ab3f7ee2dc3179a38fd4c838c4a651309aa0c8 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Sun, 22 May 2022 18:24:48 -0500 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ab7b49..99b0976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat-box" -version = "0.1.6" +version = "0.1.7" edition = "2018" license = "MIT" description = "Work in progress game engine, inspired by arcade"