From a15b86595190342c08d5745b11c565013fd07af2 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 12 Jan 2019 16:19:26 -0700 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d099971..7918067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gba" description = "A crate (and book) for making GBA games with Rust." -version = "0.3.0" +version = "0.3.1" authors = ["Lokathor ", "Thomas Winwood "] repository = "https://github.com/rust-console/gba" readme = "README.md"