From 8ecc43eafa57901dab013e63fee18eb1c48f02e2 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Sat, 30 Apr 2022 11:11:51 -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 b41221a..d9def5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat-box" -version = "0.1.4" +version = "0.1.5" edition = "2018" license = "MIT" description = "Work in progress game engine, inspired by arcade"