From fd5c74e199217f34cc5a3271a045f5562fb69336 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 2 Feb 2019 00:29:05 -0700 Subject: [PATCH] Update the version there was already a 0.3.1 with some amount of patches but not the latest. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbbe981..bb3d4ac 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.1" +version = "0.3.2" authors = ["Lokathor ", "Thomas Winwood "] repository = "https://github.com/rust-console/gba" readme = "README.md"