From 5a00e735e9b0a583b11acddab93172103aad37c1 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Mon, 21 Jun 2021 00:00:27 +0100 Subject: [PATCH] Release agb v0.4.1 --- agb/Cargo.lock | 2 +- agb/Cargo.toml | 2 +- template/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agb/Cargo.lock b/agb/Cargo.lock index 353ab132..f0b61e77 100644 --- a/agb/Cargo.lock +++ b/agb/Cargo.lock @@ -16,7 +16,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "agb" -version = "0.4.0" +version = "0.4.1" dependencies = [ "agb_image_converter", "bitflags", diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 4e4906ba..8b986ef9 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agb" -version = "0.4.0" +version = "0.4.1" authors = ["Corwin Kuiper "] edition = "2018" description = "Library for Game Boy Advance Development" diff --git a/template/Cargo.toml b/template/Cargo.toml index 83cb3d7f..d3464fa9 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -agb = "0.4.0" +agb = "0.4.1" [profile.release] panic = "abort"