From 0f7311cc2bf5a03b0ab833130fa16d5114fa98ae Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Sat, 28 May 2022 15:02:13 -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 99b0976..a491bb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat-box" -version = "0.1.7" +version = "0.1.8" edition = "2018" license = "MIT" description = "Work in progress game engine, inspired by arcade"