From 7471c0016da9dd332cda5ba2714955b82bca1c92 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 21 Nov 2021 13:04:58 -0700 Subject: [PATCH] (cargo-release) version 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99680e1..4b5c6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gba" description = "A crate for making GBA games with Rust." -version = "0.5.1" +version = "0.5.2" authors = ["Lokathor ", "Thomas Winwood "] repository = "https://github.com/rust-console/gba" readme = "README.md"