From a2068344d19f5083a2868e26bbdbfeab9bacc619 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 15 Mar 2022 11:27: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 e71d00a..7bfb602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat-box" -version = "0.1.0" +version = "0.1.1" edition = "2018" license = "MIT" description = "Work in progress game engine, inspired by arcade"