From 43b231d5c943b53db0c5f46ca52163567dbfd77d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 19 Apr 2021 10:56:20 -0600 Subject: [PATCH] (cargo-release) start next development iteration 0.4.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3671a55..f88f3e9 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.4.1" +version = "0.4.2-alpha.0" authors = ["Lokathor ", "Thomas Winwood "] repository = "https://github.com/rust-console/gba" readme = "README.md"