diff --git a/Cargo.toml b/Cargo.toml index 4a2e35aa..7f651bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gba" description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead." repository = "https://github.com/rust-console/gba" -version = "0.11.2" +version = "0.11.3" edition = "2021" license = "Zlib OR Apache-2.0 OR MIT"